[Qa-jenkins-scm] [jenkins.debian.net] 02/02: update_jdn: call jenkins-jobs instead of jenkins-job-builder, as that's how it is named in 1.6.1 version
Holger Levsen
holger at layer-acht.org
Mon May 29 21:53:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit b6c56f8a8ad9c2f11f3f5ed2f0362b3ac77a7d0f
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon May 29 23:12:42 2017 +0200
update_jdn: call jenkins-jobs instead of jenkins-job-builder, as that's how it is named in 1.6.1 version
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index e8ffefc..fd40d0d 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -28,7 +28,7 @@ STAMP=/var/log/jenkins/update-jenkins.stamp
TMPFILE=$(mktemp)
# The $@ below means that command line args get passed on to j-j-b
# which allows one to specify --flush-cache or --ignore-cache
-JJB="jenkins-job-builder $@"
+JJB="jenkins-jobs $@"
DPKG_ARCH="$(dpkg --print-architecture)"
# so we can later run some commands only if $0 has been updated…
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list