diff --git a/Jenkinsfile b/Jenkinsfile index 3b7f744c..e3e46676 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,14 +29,14 @@ pipeline { } agent { docker { - image 'registry.verdnatura.es/debuild:2.23.4-vn2' + image 'registry.verdnatura.es/debuild:2.23.4-vn4' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' + args '-u root' } } steps { - sh 'sleep 86400' - sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' + sh 'debuild -us -uc -b' } } stage('Reprepro') {