diff --git a/Jenkinsfile b/Jenkinsfile index 175df796..ca9f473c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh 'mkdir -p output' sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' - stash includes: 'output', name: 'debuildOutput' + stash includes: 'output/*', name: 'debuildOutput' } } stage('Reprepro') {