ci: refs #7643 Reprepro & debuild fixes
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
03be5f9a56
commit
d66047c451
|
@ -53,9 +53,10 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
unstash 'debuildOutput'
|
unstash 'debuildOutput'
|
||||||
script {
|
script {
|
||||||
def debPath = sh(script: 'ls output/*.deb', returnStdout: true).trim()
|
def files = findFiles(glob: 'output/*.deb')
|
||||||
debFile = new File(debPath).getName()
|
files.each { file -> debFile = file.name }
|
||||||
}
|
}
|
||||||
|
echo debFile
|
||||||
|
|
||||||
withCredentials([sshUserPrivateKey(
|
withCredentials([sshUserPrivateKey(
|
||||||
credentialsId: 'jenkins-agent',
|
credentialsId: 'jenkins-agent',
|
||||||
|
|
Loading…
Reference in New Issue