ci: refs #7643 Reprepro SSH credentials debug
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 13:36:39 +02:00
parent 7618e65105
commit 44a45a25b2
1 changed files with 2 additions and 1 deletions

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