ci: refs #7643 Reprepro debug
gitea/hedera-web/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2024-07-09 17:03:57 +02:00
parent ddaff6afe9
commit 8a022aac66
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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