Zuul

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.

zuul

Configure this job to be triggered by Zuul.

Example:

triggers:
  - zuul
zuul-post

Configure this post-merge job to be triggered by Zuul.

Example:

triggers:
  - zuul-post

Previous topic

Wrappers

Next topic

Extending

This Page