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

OSB-45: missing protocol

parent b270ea59
Branches
Tags
1 merge request!89Monitoring maintenance Epic branch merge
......@@ -15,7 +15,7 @@ pipeline {
echo 'building tag ${env.DOCKER_TAG}'
script {
withDockerRegistry(credentialsId: 'nexus', url: 'nexus.cep4.control.lofar:18081') {
withDockerRegistry(credentialsId: 'nexus', url: 'http://nexus.cep4.control.lofar:18081') {
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.
Please register or to comment