ci: refs #7643 Reprepro debug
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-07-09 15:43:55 +02:00
parent 3db9314dfd
commit bdf7a16003
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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