zuul-jobs/doc/source/install.rst
Monty Taylor 20c7a54390 Update more urls for opendev
Change-Id: I6a29bfb583078497ceaaf2dda047ebfb92642b24
2019-04-21 14:01:15 +00:00

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.