diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-09 21:59:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-09 21:59:05 +0200 |
commit | d52db064e0faa8b381e38a5d165e4e67679be24d (patch) | |
tree | 3e103dcc02619a55668921bacd08e11661e2d4a7 /bin | |
parent | 337869f5a0559b260b159fa23dbffd3a3f16cd4d (diff) | |
download | jenkins.debian.net-d52db064e0faa8b381e38a5d165e4e67679be24d.tar.xz |
lvc: more debugging why saving artifacts doesnt work
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_master_wrapper.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh index 2ae8f908..bf06b088 100755 --- a/bin/jenkins_master_wrapper.sh +++ b/bin/jenkins_master_wrapper.sh @@ -70,8 +70,13 @@ ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "$PARAMS" || { # grab artifacts and tidy up at the other end if [ "$RETRIEVE_ARTIFACTS" = "yes" ] ; then + echo "debug…" + echo "WORKSPACE=$WORKSPACE" + echo "JOB_NAME=$JOB_NAME" + echo "debug… end." RESULTS="$WORKSPACE/results" NODE_RESULTS="/var/lib/jenkins/jobs/$JOB_NAME/workspace/results" + RESULTS=$NODE_RESULTS # yes, this is redundant. let's see if this works. echo "$(date -u) - retrieving artifacts." set -x |