ci: refs #7643 Debuild artifact
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 10:04:10 +02:00
parent 5abcf9e71d
commit cb61ad5d11
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -38,7 +38,8 @@ pipeline {
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
sh 'sleep 86400'
stash includes: 'output/*.deb', name: 'packages'
}
}
stage('Reprepro') {