[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: rename job name in wrapper as well
Holger Levsen
gitlab at salsa.debian.org
Tue Sep 25 14:09:45 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ed975445 by Holger Levsen at 2018-09-25T13:09:35Z
reproducible: rename job name in wrapper as well
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins_node_wrapper.sh
Changes:
=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -2,7 +2,7 @@
# vim: set noexpandtab:
# Copyright (c) 2009, 2010, 2012, 2015 Peter Palfrader
-# 2015-2017 Holger Levsen
+# 2015-2018 Holger Levsen
# 2017-2018 Mattia Rizzolo <mattia at debian.org>
#
# Permission is hereby granted, free of charge, to any person obtaining
@@ -77,7 +77,7 @@ elif [[ "$1" =~ ^chroot-installation_.*maintenance$ ]]; then
shift ; exec /srv/jenkins/bin/maintenance.sh $@ ; croak "Exec failed"
elif [[ "$1" =~ ^chroot-installation_.* ]]; then
shift ; exec /srv/jenkins/bin/chroot-installation.sh $@ ; croak "Exec failed"
-elif [ "$*" = "reproducible_html_nodes_info" ] ; then
+elif [ "$*" = "reproducible_nodes_info" ] ; then
exec /srv/jenkins/bin/reproducible_info.sh ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed";
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ed9754459218a1f7a010569aabce3b5f404c07f6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ed9754459218a1f7a010569aabce3b5f404c07f6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180925/2c05a952/attachment.html>
More information about the Qa-jenkins-scm
mailing list