generated from gCubeCI/Pipeline-Docker-Template
remove print for every file in folder
This commit is contained in:
parent
dc9ed3e958
commit
816f919a3a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue