From d52db064e0faa8b381e38a5d165e4e67679be24d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 9 Aug 2016 21:59:05 +0200 Subject: lvc: more debugging why saving artifacts doesnt work --- bin/jenkins_master_wrapper.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/jenkins_master_wrapper.sh') 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 -- cgit v1.2.3-54-g00ecf