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
7174842cfa
commit
756fccaa78
|
@ -56,7 +56,7 @@ pipeline {
|
||||||
|
|
||||||
withCredentials([sshUserPrivateKey(
|
withCredentials([sshUserPrivateKey(
|
||||||
credentialsId: 'jenkins-agent',
|
credentialsId: 'jenkins-agent',
|
||||||
usernameVariable: 'user'
|
usernameVariable: 'user',
|
||||||
keyFileVariable: 'identityFile'
|
keyFileVariable: 'identityFile'
|
||||||
)]) {
|
)]) {
|
||||||
remote.name = 'reprepro'
|
remote.name = 'reprepro'
|
||||||
|
|
Loading…
Reference in New Issue