generated from gCubeCI/Pipeline-Docker-Template
removed echo
This commit is contained in:
parent
368b9609a2
commit
4508798749
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue