From 3f26c2c08271e5ff2beb3ee97909a035e322761f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 17 May 2023 12:19:36 +0200 Subject: [PATCH] Update stage2 to use Ubuntu22 as Openstack base image Change-Id: I91c710a86f7fba14f3e39d95e8d3fb96a7f14662 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index c3880b02..13714b90 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -266,7 +266,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa def downstream_params_stage_3 = [ string(name: 'GERRIT_BRANCH', value: "${branch}"), string(name: 'INSTALLER', value: "Default" ), - string(name: 'OPENSTACK_BASE_IMAGE', value: "ubuntu20.04" ), + string(name: 'OPENSTACK_BASE_IMAGE', value: "ubuntu22.04" ), 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 ) -- 2.25.1