ci: refs #7643 Reprepro SSH credentials debug
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
7618e65105
commit
44a45a25b2
|
@ -63,7 +63,8 @@ pipeline {
|
||||||
)]) {
|
)]) {
|
||||||
script {
|
script {
|
||||||
remote.user = user
|
remote.user = user
|
||||||
remote.identityFile = identityFile
|
//remote.identityFile = identityFile
|
||||||
|
remote.identityFile = 'id_ed25519'
|
||||||
remote.name = 'reprepro'
|
remote.name = 'reprepro'
|
||||||
remote.host = 'reprepro.reprepro'
|
remote.host = 'reprepro.reprepro'
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
|
|
Loading…
Reference in New Issue