fix: refs #7643 Debuild stage 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-04 18:10:31 +02:00
parent ca4457bf54
commit c4977b7997
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -35,6 +35,7 @@ pipeline {
} }
} }
steps { steps {
sh 'sleep 86400'
sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"'
} }
} }