remove file deletion

This commit is contained in:
Roberto Cirillo 2022-08-04 17:50:01 +02:00
parent 6f27e27274
commit 15b19c4cd3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -311,7 +311,7 @@ def getComponentsFromCSVDir(def dirPath){
} }
println "removing current deploy file" println "removing current deploy file"
// remove the file here if possible // remove the file here if possible
file.delete(); // file.delete();
} }
return components return components
} }