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
756fccaa78
commit
59e7999385
|
@ -52,7 +52,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
unstash 'debuildOutput'
|
unstash 'debuildOutput'
|
||||||
debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
|
script {
|
||||||
|
debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
|
||||||
|
}
|
||||||
|
|
||||||
withCredentials([sshUserPrivateKey(
|
withCredentials([sshUserPrivateKey(
|
||||||
credentialsId: 'jenkins-agent',
|
credentialsId: 'jenkins-agent',
|
||||||
|
|
Loading…
Reference in New Issue