diff --git a/Jenkinsfile b/Jenkinsfile index 960e15ea..85b92d87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,13 +32,12 @@ pipeline { image 'registry.verdnatura.es/debuild:2.23.4-vn4' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' - args '-u root' } } steps { sh 'debuild -us -uc -b' sh 'mkdir -p output' - sh 'cp ../*.deb output' + sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' sh 'sleep 86400' } }