Fix typo in param in Jenkinsfile
Change-Id: I5783eac28f3a212ae8f4dd2fbbaffa77863ba9ad
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 728395e..10041fe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,7 +71,7 @@
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: '')
]