Do not fail if transfer fails 41/14541/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 20 Jun 2018 00:28:49 +0000 (02:28 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 20 Jun 2018 00:30:32 +0000 (02:30 +0200)
Make the storagebox sync not fail the process

Change-Id: I9ebc2120af8819f9e3fda0ef93d5a1583dec9629
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-run-test-rsync-changeid.sh

index 63b6ead..1c266ac 100644 (file)
@@ -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