Skip to content

Commit

Permalink
Upload the final results to staging on download.eclipse.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Feb 28, 2024
1 parent 727fd60 commit 697d34e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Expand Up @@ -113,6 +113,13 @@ pipeline {
}
}
}
stage('Upload to staging') {
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh "./releng/org.eclipse.epp.config/tools/upload-to-staging.sh"
}
}
}
}
post {
cleanup {
Expand Down

0 comments on commit 697d34e

Please sign in to comment.