Propagate the parameter DO_ROBOT to stage_3-merge 81/9181/1
authorFelipe Vicens <felipe.vicens@atos.net>
Thu, 25 Jun 2020 14:36:19 +0000 (16:36 +0200)
committerFelipe 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

index 7328643..53466f7 100644 (file)
@@ -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),
         ]