From fcb6491c8f9093c82f55070d716f20889838dee2 Mon Sep 17 00:00:00 2001 From: caviedesj Date: Mon, 19 Jan 2026 17:32:53 +0100 Subject: [PATCH] Fix. Update base image to ubuntu24.04 Change-Id: I46dd69b97be7743b70629e3f6cb2daa191453be2 Signed-off-by: caviedesj --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 0b2e6da9..fb43ec1b 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