Link to zuul-base-jobs docs from User's Guide

In the User's Guide section dealing with Git Repositories, link to
the zuul-base-jobs documentation to solve half of the TODO comment
there.

Change-Id: Ic333278f1f00184f033ab01ab4568e53b2e40fea
This commit is contained in:
Jeremy Stanley 2018-01-08 21:35:58 +00:00
parent f7f5bf4b19
commit 21df596e58
1 changed files with 5 additions and 2 deletions

View File

@ -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
---------