Skip to content
Snippets Groups Projects
Commit 7dd99f31 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-45: fixing syntax for the docker registry

parent 6ab64ed1
No related branches found
No related tags found
1 merge request!89Monitoring maintenance Epic branch merge
...@@ -15,7 +15,7 @@ pipeline { ...@@ -15,7 +15,7 @@ pipeline {
echo 'building tag ${env.DOCKER_TAG}' echo 'building tag ${env.DOCKER_TAG}'
script { script {
withDockerRegistry("nexus.cep4.control.lofar:18081", "nexus"){ withDockerRegistry(url:"nexus.cep4.control.lofar:18081", credentialsId:"nexus"){
dir ('LCU/Maintenance/Docker/BaseMaintenance/'){ dir ('LCU/Maintenance/Docker/BaseMaintenance/'){
docker.build "lofar-maintenance-base:${DOCKER_TAG}" docker.build "lofar-maintenance-base:${DOCKER_TAG}"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment