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

This commit is contained in:
Juan Ferrer 2024-07-09 11:38:58 +02:00
parent 979b1293a9
commit 0d61a9de03
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -39,6 +39,7 @@ pipeline {
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
sleep 600
stash includes: 'output/*', name: 'debuildOutput'
}