X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_2.groovy;h=146a16f07d8302580a4c0607f761d131e4889fde;hb=c9ea6ad7758f6d3517f58f8f9fac1f930781a70b;hp=6722e47b74bc094a6a42d67f934f1c491ec3fe3e;hpb=7ecb4e809e72c4c4c3c33e8a30f2c6050e30b03e;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 6722e47b..146a16f0 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -270,7 +270,9 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa string(name: 'OPENSTACK_OSM_FLAVOR', value: "osm.sanity" ), string(name: 'UPSTREAM_JOB_NAME', value: "${JOB_NAME}" ), string(name: 'UPSTREAM_JOB_NUMBER', value: "${BUILD_NUMBER}" ), - booleanParam(name: 'DO_STAGE_4', value: do_stage_4 ) + booleanParam(name: 'DO_STAGE_4', value: do_stage_4 ), + booleanParam(name: 'TRY_JUJU_INSTALLATION', value: false), + booleanParam(name: 'TRY_OLD_SERVICE_ASSURANCE', value: false), ] stage_3_job = "osm-stage_3" if ( JOB_NAME.contains('merge') ) {