[Qa-jenkins-scm] [jenkins.debian.net] 02/03: drop single quotes around rm param, to suit node's pattern match
Holger Levsen
holger at layer-acht.org
Wed Jul 27 13:02:09 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 a0dceebe2526c81f9742a4f2395674875b573a55
Author: Philip Hands <phil at hands.com>
Date: Sun Jul 24 15:25:00 2016 +0200
drop single quotes around rm param, to suit node's pattern match
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_master_wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 9bc6e7a..319c696 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -76,7 +76,7 @@ if [ "$RETRIEVE_ARTIFACTS" = "yes" ] ; then
set -x
mkdir -p "$RESULTS"
rsync -r -v -e "ssh -o 'Batchmode = yes' -p $PORT" "$NODE_NAME:$RESULTS/" "$RESULTS/"
- ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "rm -r '$RESULTS'"
+ ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "rm -r $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