From 02076717d083977f8fa03429ea779e3472e4aa98 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Mon, 9 Sep 2013 12:02:27 -0700 Subject: [PATCH] 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 --- doc/source/jjb.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/source/jjb.rst b/doc/source/jjb.rst index 74edb20057..d69524791e 100644 --- a/doc/source/jjb.rst +++ b/doc/source/jjb.rst @@ -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 ------------------------