projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fe008
)
Propagate the parameter DO_ROBOT to stage_3-merge
81/9181/1
author
Felipe Vicens
<felipe.vicens@atos.net>
Thu, 25 Jun 2020 14:36:19 +0000
(16:36 +0200)
committer
Felipe Vicens
<felipe.vicens@atos.net>
Thu, 25 Jun 2020 14:36:19 +0000
(16:36 +0200)
Change-Id: Iadf51c4c80ad7eb61838c666c447af4bbefa1af2
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
jenkins/ci-pipelines/ci_stage_1.groovy
patch
|
blob
|
history
diff --git
a/jenkins/ci-pipelines/ci_stage_1.groovy
b/jenkins/ci-pipelines/ci_stage_1.groovy
index
7328643
..
53466f7
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_1.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_1.groovy
@@
-75,6
+75,7
@@
node("${params.NODE}") {
string(name: 'PROJECT_URL_PREFIX', value: params.PROJECT_URL_PREFIX),
string(name: 'DOCKER_TAG', value: params.DOCKER_TAG),
booleanParam(name: 'TEST_INSTALL', value: params.TEST_INSTALL),
+ booleanParam(name: 'DO_ROBOT', value: params.DO_ROBOT),
booleanParam(name: 'DO_STAGE_4', value: do_stage_4),
]