From 21ef9adb467a5915fa6b55a1b37963108824204b Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 25 Aug 2014 23:08:14 -0700 Subject: [PATCH] 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 --- doc/source/zuul.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst index cdfa4df6dc..683ca009cf 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