Skip to content

Commit 0daf559

Browse files
committed
Update distributions in Jenkinsfile and remove obsolete files
1 parent 7141c0d commit 0daf559

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ composer.phar
1818
/debian/multiflexi-sms-input.debhelper.log
1919
/debian/tmp/
2020
/.build/
21+
debian/files

debian/Jenkinsfile

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

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

55
String vendor = 'vitexsoftware'
66
String distribution = ''
@@ -9,8 +9,8 @@ String distroCodename = ''
99
String ver = ''
1010

1111
properties([
12-
copyArtifactPermission('*')
13-
])
12+
copyArtifactPermission('*')
13+
])
1414
node() {
1515
ansiColor('xterm') {
1616
stage('SCM Checkout') {

debian/files

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)