test → master #66

Merged
guillermo merged 70 commits from test into master 2024-07-23 06:23:47 +00:00
1 changed files with 10 additions and 8 deletions
Showing only changes of commit c6589989d4 - Show all commits

18
Jenkinsfile vendored
View File

@ -52,20 +52,22 @@ pipeline {
}
steps {
unstash 'debuildOutput'
script {
debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
}
withCredentials([sshUserPrivateKey(
credentialsId: 'jenkins-agent',
usernameVariable: 'user',
keyFileVariable: 'identityFile'
)]) {
remote.name = 'reprepro'
remote.host = 'reprepro.reprepro'
remote.allowAnyHosts = true
remote.user = user
remote.identityFile = identityFile
withCredentials([sshUserPrivateKey(
credentialsId: 'jenkins-agent',
usernameVariable: 'user',
keyFileVariable: 'identityFile'
)]) {
remote.user = user
remote.identityFile = identityFile
}
}
sshPut([