[Qa-jenkins-scm] [jenkins.debian.net] 01/01: wrapper: retreive_artifacts: ls the $RESULTS dir, just to check it's there

Holger Levsen holger at layer-acht.org
Wed Aug 3 16:46:06 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 5417116587a5b31b36ad6ef505c1e0153db26725
Author: Philip Hands <phil at hands.com>
Date:   Wed Aug 3 18:33:55 2016 +0200

    wrapper: retreive_artifacts: ls the $RESULTS dir, just to check it's there
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/jenkins_master_wrapper.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 2701672..2ae8f90 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -78,6 +78,7 @@ if [ "$RETRIEVE_ARTIFACTS" = "yes" ] ; then
 	mkdir -p "$RESULTS"
 	rsync -r -v -e "ssh -o 'Batchmode = yes' -p $PORT" "$NODE_NAME:$NODE_RESULTS/" "$RESULTS/"
 	ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "rm -r $NODE_RESULTS"
+	ls -la "$RESULTS"
 fi
 
 exit $RETVAL

-- 
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