Use --jobs-only option with jjb-deploy 43/10543/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 9 May 2018 01:35:58 +0000 (11:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 9 May 2018 01:35:58 +0000 (11:35 +1000)
JJB 2.0.3 implementation allows views to be managed by
code. The default behaviour is to update the job along with
all the views in the repository. This takes a longer if
the project has many views managed by code.

Therefore, use the flag --jobs-only to updated
on a given job in sandbox.

Change-Id: Ifaaf60f3479e7485e1dbb5618c6cbcce31525278
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/jjb-deploy-job.sh

index 3db9506..771f17b 100644 (file)
@@ -32,4 +32,4 @@ if [ -z "${JOB_NAME//\*/}" ]; then
     exit 1
 fi
 
-jenkins-jobs update --recursive --workers 4 jjb/ "$JOB_NAME"
+jenkins-jobs update --jobs-only --recursive --workers 4 jjb/ "$JOB_NAME"