From 9bacd94df217299442b54878167bf480e644d386 Mon Sep 17 00:00:00 2001 From: caviedesj Date: Tue, 20 Jan 2026 16:31:02 +0100 Subject: [PATCH] Fix. Update base image to ubuntu24.04 Change-Id: I35ec44bf42a9d4302c82db79cac91111fdf40d63 Signed-off-by: caviedesj --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 1e00575e..3d9839e8 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -32,7 +32,7 @@ pipeline { // Core installer/E2E toggles string(name: 'DOCKER_TAG', defaultValue: 'testing-daily', description: 'Tests image tag for opensourcemano/tests') string(name: 'INSTALLER', defaultValue: 'Default', description: '') - string(name: 'OPENSTACK_BASE_IMAGE', defaultValue: 'ubuntu22.04', description: '') + string(name: 'OPENSTACK_BASE_IMAGE', defaultValue: 'ubuntu24.04', description: '') string(name: 'OPENSTACK_OSM_FLAVOR', defaultValue: 'osm.sanity', description: '') booleanParam(name: 'DO_BUILD', defaultValue: true, description: '') -- 2.25.1