ci: refs #7643 Debuild image fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-04 18:42:34 +02:00
parent c4977b7997
commit 7a94c3a01e
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

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