[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: add debug output
Holger Levsen
holger at layer-acht.org
Sun May 29 17:52:21 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 08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun May 29 19:52:15 2016 +0200
lvc: add debug output
---
bin/jenkins_master_wrapper.sh | 1 +
bin/jenkins_node_wrapper.sh | 3 +++
2 files changed, 4 insertions(+)
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 82bb8a5..e4d2662 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -26,6 +26,7 @@ case $JOB_NAME in
rebootstrap_*) PARAMS="$JOB_NAME $@"
;;
lvc_*) PARAMS="$JOB_NAME $@"
+ export
;;
*) PARAMS="$JOB_NAME"
;;
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 03635ed..77e7f69 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -70,6 +70,9 @@ elif [[ "$*" =~ rebootstrap_.* ]] ; then
export LC_ALL=C
exec $REBOOTSTRAPSH; croak "Exec failed";
elif [[ "$*" =~ lvc_.* ]] ; then
+ echo debug begin
+ export
+ echo debug end
export JOB_NAME=$0
export WORKSPACE=~jenkins/jobs/$JOB_NAME/workspace
shift
--
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