Clarify docs for optional template pipelines

The documentation could be read to imply a check, gate, et cetera
pipeline must contain a job, when in fact pipeline definition is optional
in templates.
.
Inform the reader of the documentation as it isn't entirely clear for
folks maintaing projects where the developer is not a zuul developer.

Change-Id: If386e9431d486f8cea2ebde52c555305e1278c7d
This commit is contained in:
Steven Dake 2014-08-25 23:08:14 -07:00
parent 1d1df74c48
commit 21ef9adb46
1 changed files with 4 additions and 0 deletions

View File

@ -978,6 +978,10 @@ also be added::
check:
- foobar-extra-special-job
Individual jobs may optionally be added to pipelines (e.g. check,
gate, et cetera) for a project, in addtion to those provided by
templates.
The order of the jobs listed in the project (which only affects the
order of jobs listed on the report) will be the jobs from each
template in the order listed, followed by any jobs individually listed