test → master #66

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

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@ pipeline {
withCredentials([sshUserPrivateKey(
credentialsId: 'jenkins-agent',
usernameVariable: 'user'
usernameVariable: 'user',
keyFileVariable: 'identityFile'
)]) {
remote.name = 'reprepro'