removed echo

This commit is contained in:
Roberto Cirillo 2022-10-04 16:01:00 +02:00
parent 368b9609a2
commit 4508798749
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -101,10 +101,6 @@ pipeline {
}else{
def serviceList = []
for (def file : files){
echo """
Found: ${file.name} with path ${file.path}
length ${files[0].length} lastModified ${files[0].lastModified}
"""
def records = readCSV file: "${file.path}"
for (def record : records) {
println("Processing record: "+record)