test → master #66

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

13
Jenkinsfile vendored
View File

@ -61,12 +61,13 @@ pipeline {
usernameVariable: 'user',
keyFileVariable: 'identityFile'
)]) {
remote.user = user
remote.identityFile = identityFile
remote.name = 'reprepro'
remote.host = 'reprepro.reprepro'
remote.allowAnyHosts = true
script {
remote.user = user
remote.identityFile = identityFile
remote.name = 'reprepro'
remote.host = 'reprepro.reprepro'
remote.allowAnyHosts = true
}
sshPut([
remote: remote,
from: "$debFile",