Skip to content

Commit 7e61374

Browse files
committed
devel build pipeline update
1 parent 2942768 commit 7e61374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/Jenkinsfile

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

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

55
String vendor = 'vitexsoftware'
66
String distribution = ''
@@ -77,8 +77,8 @@ distributions.each {
7777
artifacts.each { deb_file ->
7878
println "Copying artifact: " + deb_file
7979
archiveArtifacts artifacts: 'dist/debian/' + deb_file
80+
sh 'cp $WORKSPACE/dist/debian/' + deb_file + ' $WORKSPACE'
8081
}
81-
sh 'mv $WORKSPACE/dist/debian/*.deb $WORKSPACE'
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)