projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a6982
)
Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837
81/8081/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 23 Oct 2019 14:46:50 +0000
(16:46 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 23 Oct 2019 14:58:44 +0000
(16:58 +0200)
Change-Id: I0176966897ac9f5b53aae17affcfcda69cbf384a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
3e3af2e
..
d7ddc36
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-27,6
+27,6
@@
node {
params.GERRIT_BRANCH,
params.GERRIT_REFSPEC,
params.GERRIT_PATCHSET_REVISION,
- params.TEST_INSTALL,
+ false
params.ARTIFACTORY_SERVER)
}