From dd8f6c0f28c5313d6b1b2b96d85113c2b5420d98 Mon Sep 17 00:00:00 2001 From: caviedesj Date: Mon, 19 Jan 2026 17:33:45 +0100 Subject: [PATCH] Fix. Update base image to ubuntu24.04 Change-Id: I8c9a37bb9fb9ed6983a35df1213bce3f77c8463a Signed-off-by: caviedesj --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 35154c4..fc9edc8 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -28,7 +28,7 @@ pipeline { string(name: 'DOCKER_ARGS', defaultValue: '', description: 'Extra docker args for docker run') // E2E test parameters - 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_INSTALL', defaultValue: true, description: '') -- 2.25.1