[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: provide JOB_NAME via ssh wrapper

Holger Levsen holger at layer-acht.org
Sun May 29 17:26:53 UTC 2016


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 bdb5ac0d4d4dd19f157958c844564224dac1159a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 29 19:26:44 2016 +0200

    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 74ce9a7..a12829f 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";

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