Skip to content

Commit 0730a1b

Browse files
committed
Build daily, but don't deploy.
1 parent 573d20c commit 0730a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pipeline {
2626
steps {
2727
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
2828
sh '''
29-
ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}
30-
ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
31-
scp -r org.eclipse.swtchart.updatesite/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
29+
# ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}
30+
# ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
31+
# scp -r org.eclipse.swtchart.updatesite/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository
3232
'''
3333
}
3434
}

0 commit comments

Comments
 (0)