Jenkins deploy test
gitea/vn-vmware/master There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2020-01-16 16:42:11 +01:00
parent 13ba64dc8c
commit a81f3a36a6
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -29,8 +29,8 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'registry.verdnatura.es/vn-debuild' image 'vn-debuild'
registryUrl 'https://registry.verdnatura.es/' registryUrl 'registry.verdnatura.es'
registryCredentialsId 'docker-registry' registryCredentialsId 'docker-registry'
} }
} }