ci: refs #7643 Reprepro SSH credentials fix
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
5cf6ef5b1c
commit
ab88575c72
|
@ -61,12 +61,13 @@ pipeline {
|
||||||
usernameVariable: 'user',
|
usernameVariable: 'user',
|
||||||
keyFileVariable: 'identityFile'
|
keyFileVariable: 'identityFile'
|
||||||
)]) {
|
)]) {
|
||||||
|
script {
|
||||||
remote.user = user
|
remote.user = user
|
||||||
remote.identityFile = identityFile
|
remote.identityFile = identityFile
|
||||||
remote.name = 'reprepro'
|
remote.name = 'reprepro'
|
||||||
remote.host = 'reprepro.reprepro'
|
remote.host = 'reprepro.reprepro'
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
|
}
|
||||||
sshPut([
|
sshPut([
|
||||||
remote: remote,
|
remote: remote,
|
||||||
from: "$debFile",
|
from: "$debFile",
|
||||||
|
|
Loading…
Reference in New Issue