[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: more debugging why saving artifacts doesnt work
Holger Levsen
holger at layer-acht.org
Tue Aug 9 19:59:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d52db064e0faa8b381e38a5d165e4e67679be24d
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 9 21:59:05 2016 +0200
lvc: more debugging why saving artifacts doesnt work
---
bin/jenkins_master_wrapper.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 2ae8f90..bf06b08 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list