summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_node_wrapper.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-04 10:38:59 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-04 10:43:51 +0200
commit73da20ffb09c9045f09ca1d80c8047f07fdae9fd (patch)
tree491da55f55e028059bdf2c9b1246f93500d66d28 /bin/jenkins_node_wrapper.sh
parent45e5567e71db1fd9968cf3da1ec4cea41fb3a0b8 (diff)
downloadjenkins.debian.net-73da20ffb09c9045f09ca1d80c8047f07fdae9fd.tar.xz
drop some debugging
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-xbin/jenkins_node_wrapper.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 2e239547..c2c8875c 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -72,9 +72,6 @@ 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=$1 ; shift
export EXECUTOR_NUMBER=$1 ; shift
export TRIGGERING_BRANCH=${1#*=} ; shift