projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7d955
)
Fix typo in param in Jenkinsfile
99/9699/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:48:25 +0000
(12:48 +0000)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
728395e
..
10041fe
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-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: '')
]