Skip to content

Commit 2f58df4

Browse files
committed
refactor(debian): remove unstable forky distribution from Jenkinsfile.release
1 parent 714613c commit 2f58df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/Jenkinsfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Current version of this Pipeline https://raw.githubusercontent.com/VitexSoftware/multiflexi-buildimages/refs/heads/main/Test/multiflexi-halloworld/Jenkinsfile
44

5-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
5+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'ubuntu:jammy', 'ubuntu:noble']
66

77
String vendor = 'vitexsoftware'
88
String imagePrefix = 'multiflexi-'

0 commit comments

Comments
 (0)