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:
30b9756
)
Fix typo in Jenkinsfile
98/9698/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:43:15 +0000
(12:43 +0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:43:26 +0000
(12:43 +0000)
Change-Id: I53cfca5d2beb751e10284eec1e906be5eba38f69
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
789b3c7
..
728395e
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-43,7
+43,7
@@
node('docker') {
params.GERRIT_REFSPEC,
params.GERRIT_PATCHSET_REVISION,
// params.TEST_INSTALL,
- false
+ false
,
params.ARTIFACTORY_SERVER)
}
stage('NEW PIPELINE') {