ci: refs #7643 Debuild image fixes
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
c4977b7997
commit
7a94c3a01e
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue