]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Strictly name releases
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Feb 2025 18:42:37 +0000 (18:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Feb 2025 18:42:37 +0000 (18:42 +0000)
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 <michael.tremer@ipfire.org>
Jenkinsfile

index c279406f8a4040be4a0a5ece9c5072535d9572a7..9c7b0db46ca7e328cd81d18b67c405520088136b 100644 (file)
@@ -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 {