From cb9378c98cdb8f23aca985c028e0cb9c89fcffe9 Mon Sep 17 00:00:00 2001 From: "Dr. Philip Wenig" Date: Sat, 14 Mar 2020 11:12:51 +0100 Subject: [PATCH] #126 - Reorganize build and download section --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02f78547..d05c9f9a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { steps { sshagent ( ['projects-storage.eclipse.org-bot-ssh']) { sh ''' - ssh genie.swtchart@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/swtchart/${BRANCH_NAME}/repository + ssh genie.swtchart@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository scp -r org.eclipse.swtchart.updatesite/target/repository/* genie.swtchart@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository ''' }