test → master #66

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

3
Jenkinsfile vendored
View File

@ -63,7 +63,8 @@ pipeline {
)]) {
script {
remote.user = user
remote.identityFile = identityFile
//remote.identityFile = identityFile
remote.identityFile = 'id_ed25519'
remote.name = 'reprepro'
remote.host = 'reprepro.reprepro'
remote.allowAnyHosts = true