From: garciadeblas Date: Wed, 21 Jan 2026 08:02:03 +0000 (+0100) Subject: Fix. Update base image to ubuntu24.04 X-Git-Tag: v19.0.0~10 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F15683%2F1;p=osm%2Fdevops.git Fix. Update base image to ubuntu24.04 Change-Id: I3515777364312efa1cf9c8ca12cc51ce8dab753a Signed-off-by: garciadeblas --- 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')