summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-18 05:21:02 +0000
committerGerrit Code Review <review@openstack.org>2018-01-18 05:21:02 +0000
commitc6785c56223e2d238f4a45b33b9c3cd90e1e1b0f (patch)
treec956e2e4149a2142b1d3bcd5a2c5a7c717e417d2
parent5406476c7bb0eec26ebdf0eee7953ed071755c3e (diff)
parent21df596e582d8cf1543b4dcdcbeec226cb4ab501 (diff)
downloadzuul-c6785c56223e2d238f4a45b33b9c3cd90e1e1b0f.tar.gz
Merge "Link to zuul-base-jobs docs from User's Guide" into feature/zuulv3
-rw-r--r--doc/source/user/jobs.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/user/jobs.rst b/doc/source/user/jobs.rst
index 4b6255b20..9ec464671 100644
--- a/doc/source/user/jobs.rst
+++ b/doc/source/user/jobs.rst
@@ -63,12 +63,15 @@ in this format.
Note that these git repositories are located on the executor; in order
to be useful to most kinds of jobs, they will need to be present on
-the test nodes. The ``base`` job in the standard library contains a
+the test nodes. The ``base`` job in the standard library (see
+`zuul-base-jobs documentation`_ for details) contains a
pre-playbook which copies the repositories to all of the job's nodes.
It is recommended to always inherit from this base job to ensure that
behavior.
-.. TODO: link to base job documentation and/or document src (and logs?) directory
+.. _zuul-base-jobs documentation: https://docs.openstack.org/infra/zuul-base-jobs/jobs.html#job-base
+
+.. TODO: document src (and logs?) directory
Variables
---------