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

This commit is contained in:
Juan Ferrer 2024-07-05 13:02:48 +02:00
parent 5cf6ef5b1c
commit ab88575c72
1 changed files with 7 additions and 6 deletions

13
Jenkinsfile vendored
View File

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