Fix typo in param in Jenkinsfile
[osm/NBI.git] / Jenkinsfile
index 728395e..10041fe 100644 (file)
@@ -71,7 +71,7 @@ node('docker') {
             booleanParam(name: 'TEST_INSTALL', value: params.TEST_INSTALL),
             // next params will have to be updated with the proper values
             string(name: 'IMAGENAME', value: 'opensourcemano/nbi'),
-            string(name: 'DOCKER_REGISTRY, value: 'localhost:5000'),
+            string(name: 'DOCKER_REGISTRY', value: 'localhost:5000'),
             string(name: 'DOCKER_REGISTRY_PROTOCOL', value: 'http://'),
             string(name: 'DOCKER_CREDENTIALS', value: '')
         ]