link to jjb cache documentation in the handbook .

Additional documentation was added for jjb cache in jjb manual.
Instead of documenting it twice, this
patch simply points to the jjb manual.

Depends on I57cf59c8723aa04e20801f32a81b573c9d096b48
Fixes bug 1193450

Change-Id: I1741d9774540d1e6b877533f29238663c2890028
This commit is contained in:
Khai Do 2013-09-09 12:02:27 -07:00
parent 4ed9d5b85d
commit 02076717d0

View File

@ -243,12 +243,14 @@ job template.
Job Caching
-----------
The Jenkins Jobs builder maintains a special YAML file in
``~/.jenkins_jobs_cache.yml``. This contains an MD5 of every generated XML that
it builds. If it finds the XML is different then it will proceed to send this
The Jenkins Jobs builder maintains a special `cache`_ that
contains an MD5 of every generated XML that it builds. If
it finds the XML is different then it will proceed to send this
to Jenkins, otherwise it is skipped. If a job is accidentally deleted then this
file should be modified or removed.
.. _cache: http://ci.openstack.org/jenkins-job-builder/installation.html#running
Sending a Job to Jenkins
------------------------