[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: call master_wrapper with correct JOB_NAME

Holger Levsen holger at moszumanska.debian.org
Wed Sep 16 09:50:07 UTC 2015


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 fe2bccc385ab6906c4c496ad830778f20855f3f5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 16 11:49:59 2015 +0200

    reproducible: call master_wrapper with correct JOB_NAME
---
 bin/reproducible_nodes_info.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index 3f75ac0..deb8ac2 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -25,8 +25,8 @@ for NODE in $BUILD_NODES ; do
 	# call jenkins_master_wrapper.sh so we only need to track different ssh ports in one place
 	# jenkins_master_wrapper.sh needs NODE_NAME and JOB_NAME
 	export NODE_NAME=$NODE
-	export JOB_NAME=/srv/jenkins/bin/reproducible_info.sh
-	/srv/jenkins/bin/jenkins_master_wrapper.sh > $TMPFILE_SRC
+	export JOB_NAME=$JOB_NAME
+	/srv/jenkins/bin/jenkins_master_wrapper.sh /srv/jenkins/bin/reproducible_info.sh > $TMPFILE_SRC
 	for KEY in $BUILD_ENV_VARS ; do
 		VALUE=$(egrep "^$KEY=" $TMPFILE_SRC | cut -d "=" -f2-)
 		if [ ! -z "$VALUE" ] ; then

-- 
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