From fcedabda159d3302f06aafa375c5dfb91f020f8c Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 28 Jun 2019 17:57:31 +0200
Subject: [PATCH] OSB-45: missing protocol

---
 LCU/Maintenance/Docker/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCU/Maintenance/Docker/Jenkinsfile b/LCU/Maintenance/Docker/Jenkinsfile
index a1dd94bc837..31d9664442e 100644
--- a/LCU/Maintenance/Docker/Jenkinsfile
+++ b/LCU/Maintenance/Docker/Jenkinsfile
@@ -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}"
                         }
-- 
GitLab