diff --git a/Jenkinsfile b/Jenkinsfile index c682025a..164648c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { sh 'debuild -us -uc -b' sh 'mkdir -p output' sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' + sleep 600 stash includes: 'output/*', name: 'debuildOutput' }