X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_1.groovy;h=a4aca757d8ce6e11e20eaf1c5c8c2916ea72c992;hb=refs%2Fheads%2Fng-ro-refactor;hp=306b9fd6e953aed3e501ec87f0d41bddd5a2411d;hpb=cd91a315b9ee1a3313d199a6d4c38a16f7fc5560;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 306b9fd6..a4aca757 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy @@ -76,7 +76,7 @@ node("${params.NODE}") { } if ( params.ROBOT_TAG_NAME ) { - downstream_params.add(booleanParam(name: 'ROBOT_TAG_NAME', value: params.ROBOT_TAG_NAME)) + downstream_params.add(string(name: 'ROBOT_TAG_NAME', value: params.ROBOT_TAG_NAME)) } if ( params.STAGE )