diff --git a/Jenkinsfile b/Jenkinsfile index ca4dbdfe..f29c2d10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { } } steps { - sh 'debuild -us -uc -b' + sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' sh 'sleep 86400' } }