projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e6de1
)
Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928
68/8068/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 16:10:39 +0000
(18:10 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 16:10:39 +0000
(18:10 +0200)
Change-Id: I9cee170bee8768e70236f4d76f4df21a210620ed
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
ed9e879
..
a33ec4d
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)
}