summaryrefslogtreecommitdiffstats
path: root/bin/lvc_retrieve_artifacts.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-19 19:49:44 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-19 23:15:17 +0200
commit7099cf784398347093d6d3c96975fd4b4c4dcd5e (patch)
tree64117d6b6f3baa74cee9ff5797df663d3c627c31 /bin/lvc_retrieve_artifacts.sh
parentd79d7c0c953eee95167b96b2caa2af286f296ff7 (diff)
downloadjenkins.debian.net-7099cf784398347093d6d3c96975fd4b4c4dcd5e.tar.xz
do artifact retrieval in the master wrapper
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/lvc_retrieve_artifacts.sh')
-rwxr-xr-xbin/lvc_retrieve_artifacts.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/lvc_retrieve_artifacts.sh b/bin/lvc_retrieve_artifacts.sh
deleted file mode 100755
index 146558b6..00000000
--- a/bin/lvc_retrieve_artifacts.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Copyright 2015 Holger Levsen <holger@layer-acht.org>
-# 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_NODE:$TRIG_RESULTS/ /$TRIG_RESULTS/
-chmod 775 $TRIG_RESULTS
-echo "$(date -u) - the end."