From 34725b0ab2a108c42d8ffb70e03aeb23d7a9f906 Mon Sep 17 00:00:00 2001 From: Boris Baldassari <boris@chrysalice.org> Date: Fri, 19 Feb 2021 20:56:08 +0100 Subject: [PATCH] #5 Fix deploy to eclipse downloads. Signed-off-by: Boris Baldassari <boris@chrysalice.org> --- JenkinsfileGet | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsfileGet b/JenkinsfileGet index 8350ae3..d632b57 100755 --- a/JenkinsfileGet +++ b/JenkinsfileGet @@ -66,6 +66,7 @@ pipeline { steps { sh ''' rsync -avz website/public/ bbaldassari2kd@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scava/ --delete + if [ $? == 23 ]; then print "some files/attrs were not transferred (see previous errors)"; fi ''' } } -- GitLab