Skip to content
Snippets Groups Projects
Commit d44bbe59 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix deploy to eclipse downloads.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 4269be8f
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,13 @@ pipeline { ...@@ -62,6 +62,13 @@ pipeline {
''' '''
} }
} }
stage('Deploy web site') {
steps {
sh '''
rsync -avz website/public/ bbaldassari2kd@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scava/ --delete
'''
}
}
stage('Archiving') { stage('Archiving') {
steps { steps {
archiveArtifacts artifacts: 'website/public/**/*.*', fingerprint: true archiveArtifacts artifacts: 'website/public/**/*.*', fingerprint: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment