summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_node_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-29 19:52:15 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-29 19:52:15 +0200
commit08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e (patch)
tree83a33f59384a48fa1d2e7041c73d500ae269b7a7 /bin/jenkins_node_wrapper.sh
parent24ab153bb34c15d8c35f6adacf1603140f62c39b (diff)
downloadjenkins.debian.net-08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e.tar.xz
lvc: add debug output
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-xbin/jenkins_node_wrapper.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 03635edc..77e7f690 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