X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=967bd5d30774f06004b433f958ae855ffac0aa62;hb=refs%2Fchanges%2F26%2F11126%2F1;hp=8804ceec9b591653e30cb19972066852b61cf637;hpb=2ad643224e7f9b5443db6fdd41e1acb3535cec25;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 8804ceec..967bd5d3 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -69,8 +69,8 @@ void run_robot_systest(String tagName, String hostfile=null, String jujuPassword=null, String osmRSAfile=null, - String passThreshold='0.0', - String unstableThreshold='0.0') { + String pass_th='0.0', + String unstable_th='0.0') { tempdir = sh(returnStdout: true, script: 'mktemp -d').trim() if ( !envfile ) { sh(script: "touch ${tempdir}/env")