diff --git a/Jenkinsfile b/Jenkinsfile index 1f0bfb9e..8d232db4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { steps { sh 'debuild -us -uc -b' sh 'mkdir -p output' - sh 'mv ../*.deb ../*.build ../*.changes output' + sh 'mv ../*.deb ../*.build ../*.changes ../*.buildinfo output' sleep 86400 stash includes: 'output/*', name: 'debuildOutput'