ci: refs #7643 Reprepro & debuild fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 14:20:41 +02:00
parent 03be5f9a56
commit d66047c451
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -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',