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:
parent
4ed9d5b85d
commit
02076717d0
@ -243,12 +243,14 @@ job template.
|
|||||||
Job Caching
|
Job Caching
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
The Jenkins Jobs builder maintains a special YAML file in
|
The Jenkins Jobs builder maintains a special `cache`_ that
|
||||||
``~/.jenkins_jobs_cache.yml``. This contains an MD5 of every generated XML that
|
contains an MD5 of every generated XML that it builds. If
|
||||||
it builds. If it finds the XML is different then it will proceed to send this
|
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
|
to Jenkins, otherwise it is skipped. If a job is accidentally deleted then this
|
||||||
file should be modified or removed.
|
file should be modified or removed.
|
||||||
|
|
||||||
|
.. _cache: http://ci.openstack.org/jenkins-job-builder/installation.html#running
|
||||||
|
|
||||||
Sending a Job to Jenkins
|
Sending a Job to Jenkins
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user