projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f210c1c
)
Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837
91/8191/1
feature5837
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 19 Nov 2019 09:53:57 +0000
(10:53 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 19 Nov 2019 09:53:57 +0000
(10:53 +0100)
Change-Id: I08d795541cecb13f8e4d5497934bbdc849db8e66
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
8140c68
..
952495f
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-42,6
+42,6
@@
node('docker') {
params.GERRIT_BRANCH,
params.GERRIT_REFSPEC,
params.GERRIT_PATCHSET_REVISION,
-
params.TEST_INSTALL
,
+
false
,
params.ARTIFACTORY_SERVER)
}