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

OSB-45: wrong port

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