From fe2bccc385ab6906c4c496ad830778f20855f3f5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Sep 2015 11:49:59 +0200 Subject: 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 3f75ac02..deb8ac27 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 -- cgit v1.2.3-70-g09d2