The Zuul module adds triggers that configure jobs for use with Zuul.
To change the Zuul notification URL, set a global default:
- defaults:
name: global
zuul-url: http://127.0.0.1:8001/jenkins_endpoint
The above URL is the default.
Configure this job to be triggered by Zuul.
Example:
triggers:
- zuul
Configure this post-merge job to be triggered by Zuul.
Example:
triggers:
- zuul-post