0
1
Fork 0

fix: refs #7643 Debuild stage debug

This commit is contained in:
Juan Ferrer 2024-07-04 18:45:32 +02:00
parent 7a94c3a01e
commit 749189d726
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ pipeline {
} }
steps { steps {
sh 'debuild -us -uc -b' sh 'debuild -us -uc -b'
sh 'sleep 86400'
} }
} }
stage('Reprepro') { stage('Reprepro') {