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

This commit is contained in:
Juan Ferrer 2024-07-04 19:00:35 +02:00
parent 17baf12449
commit 9507292a13
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -36,7 +36,10 @@ pipeline {
}
}
steps {
sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"'
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'rm output/*'
sh 'cp ../*.deb output'
sh 'sleep 86400'
}
}