From bdb5ac0d4d4dd19f157958c844564224dac1159a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 29 May 2016 19:26:44 +0200 Subject: lvc: provide JOB_NAME via ssh wrapper --- bin/jenkins_node_wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 74ce9a71..a12829f8 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -70,6 +70,7 @@ elif [[ "$*" =~ rebootstrap_.* ]] ; then export LC_ALL=C exec $REBOOTSTRAPSH; croak "Exec failed"; elif [[ "$*" =~ lvc_.* ]] ; then + export JOB_NAME=$0 shift COMMAND="/srv/jenkins/bin/lvc.sh $@" exec $COMMAND; croak "Exec failed"; -- cgit v1.2.3-70-g09d2