summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Dake <sdake@redhat.com>2014-08-25 23:08:14 -0700
committerSteven Dake <sdake@redhat.com>2014-08-28 15:01:24 -0700
commit21ef9adb467a5915fa6b55a1b37963108824204b (patch)
tree79997f51f54f4e3cee3ffc54524f37149cfbda4f
parent1d1df74c480d525011f352f76010becb315eeca5 (diff)
downloadzuul-21ef9adb467a5915fa6b55a1b37963108824204b.tar.gz
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
-rw-r--r--doc/source/zuul.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst
index cdfa4df6d..683ca009c 100644
--- a/doc/source/zuul.rst
+++ b/doc/source/zuul.rst
@@ -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