From b1f4e8fb42bd94885822ab2d823a7a5988cdec63 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Feb 2025 18:42:37 +0000 Subject: [PATCH] jenkins: Strictly name releases For Ubuntu, latest points at the latest LTS release, which is not what I expected. To avoid any confusion, let's name the releases that we want to support by their number or code name. Signed-off-by: Michael Tremer --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c279406f..9c7b0db4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,10 @@ pipeline { "archlinux:base-devel", \ "debian:trixie", \ "debian:bookworm-backports", \ - "fedora:latest", \ - "fedora:rawhide", \ - "ubuntu:latest", \ - "ubuntu:24.10" + "fedora:41", \ + "fedora:42", \ + "ubuntu:24.10", \ + "ubuntu:25.04" } axis { -- 2.39.5