20c7a54390
Change-Id: I6a29bfb583078497ceaaf2dda047ebfb92642b24
1012 B
1012 B
Installation
To use this repository via continuous delivery, first ensure your
Zuul is configured to use git repositories from opendev.org. Add the following to
zuul.conf
:
[connection opendev]
driver=git
baseurl=https://opendev.org/
Then add the following to your tenant config file:
- tenant:
name: ...
source:
zuul-git:
untrusted-projects:
- zuul-jobs
Then restart Zuul.
When changes merge into the zuul-jobs repository, your Zuul will automatically update its configuration.
If you would prefer to control when changes to zuul-jobs go into production in your Zuul, simply fork your own copy of zuul-jobs, and pull changes from upstream according to your own schedule.
Subscribe to the zuul-announce mailing list to receive important notices about changes to the zuul-jobs repository.