Skip to content

Commit

Permalink
#126 - Reorganize build and download section
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed Mar 14, 2020
1 parent c980616 commit cb9378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/swtchart/${BRANCH_NAME}/repository
ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
scp -r org.eclipse.swtchart.updatesite/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
'''
}
Expand Down

0 comments on commit cb9378c

Please sign in to comment.