Skip to content

Commit ef633c7

Browse files
committed
Update Jenkinsfile to latest template with debian:forky support
- Update to latest Jenkinsfile template from BuildImages/Test/ - Includes debian:forky distribution for building packages - Improved artifact handling and test procedures - Part of infrastructure update for new Debian release
1 parent 8b55334 commit ef633c7

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
@@ -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)