From: Michael Tremer Date: Wed, 19 Feb 2025 18:42:37 +0000 (+0000) Subject: jenkins: Strictly name releases X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1f4e8fb42bd94885822ab2d823a7a5988cdec63;p=pakfire.git 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 --- 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 {