projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93012ad
)
Modified Jenkinsfile to disable stage3 install in feature5837 branch
93/8193/1
feature5837
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 19 Nov 2019 12:12:29 +0000
(12:12 +0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 19 Nov 2019 12:15:07 +0000
(12:15 +0000)
Change-Id: I747c3847c8d1a1c362581f6cacca999420c061e6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
d0620b1
..
118744a
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-27,6
+27,6
@@
node('docker') {
params.GERRIT_BRANCH,
params.GERRIT_REFSPEC,
params.GERRIT_PATCHSET_REVISION,
-
params.TEST_INSTALL
,
+
false
,
params.ARTIFACTORY_SERVER)
}