forked from verdnatura/hedera-web
ci: refs #7643 Debuild image fixes
This commit is contained in:
parent
0952a690a5
commit
5abcf9e71d
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
|
image 'registry.verdnatura.es/debuild:2.23.4-vn5'
|
||||||
registryUrl 'https://registry.verdnatura.es/'
|
registryUrl 'https://registry.verdnatura.es/'
|
||||||
registryCredentialsId 'docker-registry'
|
registryCredentialsId 'docker-registry'
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
remote.name = 'reprerpo'
|
remote.name = 'reprepro'
|
||||||
remote.host = 'reprepro.reprepro'
|
remote.host = 'reprepro.reprepro'
|
||||||
remote.user = 'root'
|
remote.user = 'root'
|
||||||
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
||||||
|
|
Loading…
Reference in New Issue