Skip to content

Commit

Permalink
[Build] Fix deployment on new Ubuntu images
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 3, 2024
1 parent c98ed00 commit 6624637
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 @@ -51,7 +51,7 @@ pipeline {
}
steps {
sshagent(['projects-storage.eclipse.org-bot-ssh']) {
sh '''
sh '''#!/bin/bash
ssh [email protected] "rm -rf /home/data/httpd/download.eclipse.org/pde/builds/master/*"
scp -r repository/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/pde/builds/master/
'''
Expand Down

0 comments on commit 6624637

Please sign in to comment.