diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-29 19:52:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-29 19:52:15 +0200 |
commit | 08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e (patch) | |
tree | 83a33f59384a48fa1d2e7041c73d500ae269b7a7 /bin | |
parent | 24ab153bb34c15d8c35f6adacf1603140f62c39b (diff) | |
download | jenkins.debian.net-08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e.tar.xz |
lvc: add debug output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_master_wrapper.sh | 1 | ||||
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh index 82bb8a5c..e4d26627 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 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 |