diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-20 00:36:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-20 00:36:59 +0000 |
commit | 3b90c745ea2894b655ca96aafa2f464347dbef9e (patch) | |
tree | 3e4c572760bf7b38d1a9c675f9b1703b2397074f /jjb | |
parent | 81a2462ccaf5c569b5e6070b93598cb1d1ef14d6 (diff) | |
parent | cc60d07d6fd73146340828eab9611ec34c35bc82 (diff) |
Merge "Do not fail if transfer fails"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-run-test-rsync-changeid.sh | 2 |
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 |