From: sousaedu Date: Thu, 2 Sep 2021 18:15:17 +0000 (+0100) Subject: Revert stage3 to use default installer X-Git-Tag: release-v11.0-start~26 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=5924b7ae1ed9a562f2594a1f463a1f1a4a061320 Revert stage3 to use default installer Change-Id: I9338d4108bddfe8db212d5aad82d9d8ad1473992 Signed-off-by: sousaedu --- diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index f2119784..3211ac86 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -115,7 +115,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa stage('Build System') { def downstream_params_stage_3 = [ string(name: 'GERRIT_BRANCH', value: "${branch}"), - string(name: 'INSTALLER', value: "charmed" ), + string(name: 'INSTALLER', value: "Default" ), 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 )