remove print for every file in folder

This commit is contained in:
Roberto Cirillo 2022-09-16 14:03:06 +02:00
parent dc9ed3e958
commit 816f919a3a
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -360,10 +360,10 @@ def getComponentsFromCSVDir2(def dirPath){
@NonCPS
def getComponentsFromCSVDir3(def dirPath){
println "checking current folder"
dh = new File('.')
dh.eachFileRecurse {
println it
}
// dh = new File('.')
// dh.eachFileRecurse {
// println it
// }
println "checking CD folder";
def startDir = new File("/var/lib/jenkins/CD")
startDir.eachFileRecurse(FILES) {