Commit b6c56f8a authored by Mattia Rizzolo's avatar Mattia Rizzolo Committed by Holger Levsen
Browse files

update_jdn: call jenkins-jobs instead of jenkins-job-builder, as that's how it...


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's avatarMattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent e4dc3f91
...@@ -28,7 +28,7 @@ STAMP=/var/log/jenkins/update-jenkins.stamp ...@@ -28,7 +28,7 @@ STAMP=/var/log/jenkins/update-jenkins.stamp
TMPFILE=$(mktemp) TMPFILE=$(mktemp)
# The $@ below means that command line args get passed on to j-j-b # The $@ below means that command line args get passed on to j-j-b
# which allows one to specify --flush-cache or --ignore-cache # which allows one to specify --flush-cache or --ignore-cache
JJB="jenkins-job-builder $@" JJB="jenkins-jobs $@"
DPKG_ARCH="$(dpkg --print-architecture)" DPKG_ARCH="$(dpkg --print-architecture)"
# so we can later run some commands only if $0 has been updated… # so we can later run some commands only if $0 has been updated…
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment