Fix typo in param in Jenkinsfile 99/9699/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:48:25 +0000 (12:48 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:48:35 +0000 (12:48 +0000)
Change-Id: I5783eac28f3a212ae8f4dd2fbbaffa77863ba9ad
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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: '')
         ]