aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-20 00:36:59 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-06-20 00:36:59 +0000
commit3b90c745ea2894b655ca96aafa2f464347dbef9e (patch)
tree3e4c572760bf7b38d1a9c675f9b1703b2397074f /jjb
parent81a2462ccaf5c569b5e6070b93598cb1d1ef14d6 (diff)
parentcc60d07d6fd73146340828eab9611ec34c35bc82 (diff)
Merge "Do not fail if transfer fails"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-agl-run-test-rsync-changeid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-rsync-changeid.sh b/jjb/common/include-agl-run-test-rsync-changeid.sh
index 63b6ead8..1c266acf 100644
--- a/jjb/common/include-agl-run-test-rsync-changeid.sh
+++ b/jjb/common/include-agl-run-test-rsync-changeid.sh
@@ -47,5 +47,5 @@ rsync -avr -L -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30
#storagebox:
-rsync -avr --progress -e "ssh -p23 -o StrictHostKeyChecking=no" ${RSYNCSRCstorage}/ u180031-sub2@u180031-sub2.your-storagebox.de:./
+( rsync -avr --progress -e "ssh -p23 -o StrictHostKeyChecking=no" ${RSYNCSRCstorage}/ u180031-sub2@u180031-sub2.your-storagebox.de:./ ) || true