Feature 11065: Ubuntu24 as base image for new osm-e2e pipeline

Change-Id: Ic264a32c3a8d02da1bb5325fd339f7714a491bec
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/ci-pipelines/ci_e2e_tests.groovy b/jenkins/ci-pipelines/ci_e2e_tests.groovy
index 98a690e..6ab70aa 100644
--- a/jenkins/ci-pipelines/ci_e2e_tests.groovy
+++ b/jenkins/ci-pipelines/ci_e2e_tests.groovy
@@ -33,7 +33,7 @@
             name: 'CONTAINER_NAME'
         ),
         string(
-            defaultValue: 'ubuntu22.04',
+            defaultValue: 'ubuntu24.04',
             description: 'Glance image to use for the remote VM',
             name: 'OPENSTACK_BASE_IMAGE'
         ),