Skip to content

Commit 4d29964

Browse files
committed
Remove unsupported debian:bullseye from build distributions
- Remove debian:bullseye from Jenkins build matrix - Debian 11 Bullseye is now end-of-life and unsupported - Focus on supported distributions: bookworm, trixie, forky - Part of infrastructure cleanup for current Debian releases
1 parent ef633c7 commit 4d29964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
String[] distributions = ['debian:bullseye', 'debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble']
3+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble']
44

55
String vendor = 'vitexsoftware'
66
String distribution = ''

0 commit comments

Comments
 (0)