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 11:09:15 +02:00
parent 7174842cfa
commit 756fccaa78
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@ pipeline {
withCredentials([sshUserPrivateKey(
credentialsId: 'jenkins-agent',
usernameVariable: 'user'
usernameVariable: 'user',
keyFileVariable: 'identityFile'
)]) {
remote.name = 'reprepro'