diff --git a/Jenkinsfile b/Jenkinsfile index 85b92d87..03088d2b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'