X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_1.groovy;h=8bc6ac58ff11d12daf9f42d511e7d550e4f6d679;hb=20611225b7c1283bc5ce1572b5515e898c6df2b5;hp=261e12fc1f346766815fd76ca5d2c761f43bd377;hpb=2a344a38ea05e493cfdf33a4d37d92126633823e;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 261e12fc..8bc6ac58 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy @@ -74,9 +74,9 @@ node("${params.NODE}") { { downstream_params.add(booleanParam(name: 'DO_ROBOT', value: params.DO_ROBOT)) } - if ( params.ROBOT_TAG ) + if ( params.ROBOT_TAG_NAME ) { - downstream_params.add(booleanParam(name: 'ROBOT_TAG', value: params.ROBOT_TAG)) + downstream_params.add(string(name: 'ROBOT_TAG_NAME', value: params.ROBOT_TAG_NAME)) } if ( params.STAGE ) @@ -89,6 +89,8 @@ node("${params.NODE}") { println("disabling stage_3 invocation") return } + // in this case, since this is for daily jobs, the pass threshold for robot tests should be adapted + downstream_params.add(string(name: 'ROBOT_PASS_THRESHOLD', value: '99.0')) } // callout to stage_2. This is a multi-branch pipeline. downstream_job_name = "${mdg}-${stage_name}/${GERRIT_BRANCH}"