Add debug project-pipeline option
This may be set by a project to help debug why a job is or is not
running. It works speculatively, and so can be used to debug
a single change.
Change-Id: I1957d21fe7775f786935e5d7d4bdf65b86eb5e4d
diff --git a/doc/source/user/config.rst b/doc/source/user/config.rst
index 94f7a14..457e946 100644
--- a/doc/source/user/config.rst
+++ b/doc/source/user/config.rst
@@ -1090,6 +1090,14 @@
changes which break the others. This is a free-form string;
just set the same value for each group of projects.
+ .. attr:: debug
+
+ If this is set to `true`, Zuul will include debugging
+ information in reports it makes about items in the pipeline.
+ This should not normally be set, but in situations were it is
+ difficult to determine why Zuul did or did not run a certain
+ job, the additional information this provides may help.
+
.. _project-template:
Project Template