From 7a94c3a01e0cd6a1cd26f349ae4672d415eda92c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 4 Jul 2024 18:42:34 +0200 Subject: [PATCH] ci: refs #7643 Debuild image fixes --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') {