From 1314ca53dcd22c0e968eff5c7c89e6ab1cfe5f91 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 16 Jan 2026 10:34:25 +0100 Subject: [PATCH] Feature 11065: Ubuntu24 as base image for new osm-e2e pipeline Change-Id: Ic264a32c3a8d02da1bb5325fd339f7714a491bec Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_e2e_tests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_e2e_tests.groovy b/jenkins/ci-pipelines/ci_e2e_tests.groovy index 98a690ede..6ab70aa2d 100644 --- a/jenkins/ci-pipelines/ci_e2e_tests.groovy +++ b/jenkins/ci-pipelines/ci_e2e_tests.groovy @@ -33,7 +33,7 @@ properties([ name: 'CONTAINER_NAME' ), string( - defaultValue: 'ubuntu22.04', + defaultValue: 'ubuntu24.04', description: 'Glance image to use for the remote VM', name: 'OPENSTACK_BASE_IMAGE' ), -- 2.25.1