Skip to content

Commit

Permalink
Build daily, but don't deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed Jan 26, 2023
1 parent 573d20c commit 0730a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ pipeline {
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}
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
# ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}
# 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 0730a1b

Please sign in to comment.