Fix. Update base image to ubuntu24.04
Change-Id: Ie142773bbff1d258ba189bb0be16baf0092307e3
Signed-off-by: caviedesj <juancamilo.caviedesvalencia.ext@telefonica.com>
diff --git a/Jenkinsfile.new b/Jenkinsfile.new
index 1fa7a7e..836dc1f 100644
--- a/Jenkinsfile.new
+++ b/Jenkinsfile.new
@@ -32,7 +32,7 @@
// 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: '')