diff --git a/Jenkinsfile b/Jenkinsfile index f29c2d10..8f878bc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }