Update 'DebIMG.jenkinsfile'
This commit is contained in:
@@ -53,7 +53,7 @@ pipeline {
|
||||
// Save generated files
|
||||
archiveArtifacts artifacts: '*.tar.xz', followSymlinks: false
|
||||
// Copy artifacts to /LXCBuild folder
|
||||
sh '''cp *.tar.xz /LXCBuild'''
|
||||
sh '''cp -f *.tar.xz /LXCBuild'''
|
||||
// Cleaning WorkSpace
|
||||
//cleanWs()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user