From: caviedesj Date: Mon, 19 Jan 2026 16:27:53 +0000 (+0100) Subject: Fix. Update base image to ubuntu24.04 X-Git-Tag: v19.0.0~3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=87e8693451c46985d2587bce51b0e8e1fdaef36b;p=osm%2FNG-SA.git Fix. Update base image to ubuntu24.04 Change-Id: If5b34ce100d50b05f65e748f47f0d6d724c8df2c Signed-off-by: caviedesj --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 0a8bc1d..371c7c0 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: '')