Update 'DebIMG.jenkinsfile'

This commit is contained in:
2021-09-10 00:21:02 +00:00
parent 1977e42d1d
commit 36549ac737

View File

@@ -52,6 +52,8 @@ pipeline {
steps {
// Save generated files
archiveArtifacts artifacts: '*.tar.xz', followSymlinks: false
// Copy artifacts to /LXCBuild folder
cp *.tar.xz /LXCBuild
// Cleaning WorkSpace
//cleanWs()
}