ci: refs #7643 Debuild image fixes
gitea/hedera-web/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 09:48:29 +02:00
parent 0952a690a5
commit 5abcf9e71d
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
}
agent {
docker {
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
image 'registry.verdnatura.es/debuild:2.23.4-vn5'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
}
@ -50,7 +50,7 @@ pipeline {
}
steps {
script {
remote.name = 'reprerpo'
remote.name = 'reprepro'
remote.host = 'reprepro.reprepro'
remote.user = 'root'
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'