The configuration of the @PLUGIN@ plugin is done via the project.config
stored in each project's refs/meta/config
branch. Configuration is subject to inheritance from parent projects as per usual rules.
Specify path including the API subdirectory:
[plugin "@PLUGIN@"] url = https://example.org/zuul-v2/status/change/
Zuul v3 added support for multi-tenancy. The url
contains just the root path of the Zuul web application. Use the tenant
to set the tenant name:
[plugin "@PLUGIN@"] url = https://zuul.example.org/ tenant = public