Commit 1b888230 authored by Balazs Grill's avatar Balazs Grill
Browse files

Bug 574231 fixed mkdir call

Change-Id: I013c464c93c7acdf13dcf9c3506682e24ab055ca
parent de8f9d8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ pipeline {
                        mkdir -p $WORK_DIR
                        
                        # Upload repository to download.eclipse.org
                        ssh -o BatchMode=yes genie.sphinx@projects-storage.eclipse.org mkdir $BUILD_DIR/$VERSION
                        ssh -o BatchMode=yes genie.sphinx@projects-storage.eclipse.org mkdir -p $BUILD_DIR/$VERSION
                        scp -o BatchMode=yes -r $PROJECT/target/repository/* genie.sphinx@projects-storage.eclipse.org:$BUILD_DIR/$VERSION
		          '''
		      }