Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 ''' } Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 ''' } Loading