Merge "Document zuul_url breaking change"

This commit is contained in:
Jenkins 2013-12-05 01:04:58 +00:00 committed by Gerrit Code Review
commit 8a7347014c
1 changed files with 6 additions and 0 deletions

View File

@ -36,3 +36,9 @@ Since 1.3.0:
reporters. This requires restructuring the start/success/failure
actions to include a dictionary of reporters and their parameters.
See reporters in the docs and layout.yaml-sample.
* The zuul_url configuration option is required in zuul.conf. It
specifies the URL of the git repositories that should be used by
workers when fetching Zuul refs and is passed to the workers as the
ZUUL_URL parameter. It should probably be set to
"http://zuul-host-name/p/".