summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_master_wrapper.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-03 21:42:24 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-03 21:43:56 +0200
commiteab855cf4f8baa42a97b2be774c6a1b28c8069d9 (patch)
tree757a3388b89db440a1e0179b22d3e5d383b696c5 /bin/jenkins_master_wrapper.sh
parentc6221cf33c58b853742892fe33cf74cacd649186 (diff)
downloadjenkins.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/jenkins_master_wrapper.sh')
-rwxr-xr-xbin/jenkins_master_wrapper.sh2
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