From 64c47c78549a1706cdf9f36062d523218f327712 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 21 Jan 2026 09:02:03 +0100 Subject: [PATCH] Fix. Update base image to ubuntu24.04 Change-Id: I3515777364312efa1cf9c8ca12cc51ce8dab753a Signed-off-by: garciadeblas --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index eb0aacba3..8a42123bd 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -27,7 +27,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: '') string(name: 'MODULE_NAME', defaultValue: 'devops', description: 'Name of the module under test') -- 2.25.1