X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-deploy-job.sh;h=5efb9f48ec2905f418ea4d4466582da488f49699;hb=32fc471adb587ff7ee252ebd1b1e6664119185ea;hp=240c1faf4660dd855df50e2b8a90aaf3dbff4d15;hpb=d1fb28b7eb1637042f6d9e56b53b1e6a25b3f8e8;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-deploy-job.sh b/shell/jjb-deploy-job.sh index 240c1faf..5efb9f48 100644 --- a/shell/jjb-deploy-job.sh +++ b/shell/jjb-deploy-job.sh @@ -35,4 +35,5 @@ if [ -z "${JOB_NAME//\*/}" ]; then exit 1 fi -jenkins-jobs update --jobs-only --recursive --workers 4 jjb/ "$JOB_NAME" +echo "Deploying Job $JOB_NAME to sandbox" +jenkins-jobs -s sandbox update --jobs-only --recursive --workers 4 jjb/ "$JOB_NAME"