From: Felipe Vicens Date: Thu, 25 Jun 2020 14:36:19 +0000 (+0200) Subject: Propagate the parameter DO_ROBOT to stage_3-merge X-Git-Tag: release-v9.0-start~114 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=097b8950fa022ba2a329fcc29997e703bd8c6aa0;p=osm%2Fdevops.git Propagate the parameter DO_ROBOT to stage_3-merge Change-Id: Iadf51c4c80ad7eb61838c666c447af4bbefa1af2 Signed-off-by: Felipe Vicens --- diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 73286437..53466f75 100644 --- 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), ]