diff options
author | Philip Hands <phil@hands.com> | 2016-10-03 21:42:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-03 21:43:56 +0200 |
commit | eab855cf4f8baa42a97b2be774c6a1b28c8069d9 (patch) | |
tree | 757a3388b89db440a1e0179b22d3e5d383b696c5 /bin | |
parent | c6221cf33c58b853742892fe33cf74cacd649186 (diff) | |
download | jenkins.debian.net-eab855cf4f8baa42a97b2be774c6a1b28c8069d9.tar.xz |
It seems the results are expected to be a couple more levels down
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_master_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh index 016fafa4..7c713d1e 100755 --- a/bin/jenkins_master_wrapper.sh +++ b/bin/jenkins_master_wrapper.sh @@ -70,7 +70,7 @@ ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "$PARAMS" || { # grab artifacts and tidy up at the other end if [ "$RETRIEVE_ARTIFACTS" = "yes" ] ; then - RESULTS="$WORKSPACE/results" + RESULTS="$WORKSPACE/workspace/$JOB_NAME/results" NODE_RESULTS="/var/lib/jenkins/srv/jenkins/pseudo-hosts/profitbricks-build10-amd64~jenkins/$JOB_NAME/workspace/results" echo "$(date -u) - retrieving artifacts." set -x |