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 {
|
||||
unstash 'debuildOutput'
|
||||
script {
|
||||
def debPath = sh(script: 'ls output/*.deb', returnStdout: true).trim()
|
||||
debFile = new File(debPath).getName()
|
||||
def files = findFiles(glob: 'output/*.deb')
|
||||
files.each { file -> debFile = file.name }
|
||||
}
|
||||
echo debFile
|
||||
|
||||
withCredentials([sshUserPrivateKey(
|
||||
credentialsId: 'jenkins-agent',
|
||||
|
|
Loading…
Reference in New Issue