From 0c2125210e49af2ddffdce2f06bb148dd2cae74d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Nov 2018 11:03:05 +0800 Subject: [PATCH] Add update=jobs cfg to jenkins_jobs.ini example This setting ensures folks don't accidently push up views to the Jenkins Sandbox if they are using JJB 2.5.0 or newer. Setting does nothing on older versions of JJB. This makes it so users do not have to pass `jenkins-jobs update -j` to prevent views from uploading. Change-Id: I8cf7d327829f35ebcf1af2afb329286f8e4127fb Signed-off-by: Thanh Ha --- docs/jenkins-sandbox.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/jenkins-sandbox.rst b/docs/jenkins-sandbox.rst index 437bde4..d25c0d4 100644 --- a/docs/jenkins-sandbox.rst +++ b/docs/jenkins-sandbox.rst @@ -108,6 +108,7 @@ Configure the file ``~/.config/jenkins_jobs/jenkins_jobs.ini`` as follows: keep_descriptions=False recursive=True retain_anchors=True + update=jobs [jenkins] user= -- 2.16.6