Bug 574231 fixed mkdir call

Change-Id: I013c464c93c7acdf13dcf9c3506682e24ab055ca
diff --git a/Jenkinsfile b/Jenkinsfile
index 3e99c83..38ea304 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -48,7 +48,7 @@
                         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

 		          '''

 		      }