From ce482092c94ac24412932c624de45a70585e1e31 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 26 Jun 2016 12:17:34 +0200 Subject: lvc: retrieve artifacts (1st attempt) --- bin/lvc_retreive_artifacts.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 bin/lvc_retreive_artifacts.sh (limited to 'bin/lvc_retreive_artifacts.sh') diff --git a/bin/lvc_retreive_artifacts.sh b/bin/lvc_retreive_artifacts.sh new file mode 100755 index 00000000..4ec30577 --- /dev/null +++ b/bin/lvc_retreive_artifacts.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# Copyright 2015 Holger Levsen +# released under the GPLv=2 + +DEBUG=true +. /srv/jenkins/bin/common-functions.sh +common_init "$@" + +# main +echo "$(date -u) - Starting to rsync results." +rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_HOST:$TRIG_RESULTS/ $TRIG_RESULTS/ +chmod 775 $RESULTS +echo "$(date -u) - the end." -- cgit v1.2.3-70-g09d2