From 4508798749e0afd7ebdc57e090415582496ace5f Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Tue, 4 Oct 2022 16:01:00 +0200 Subject: [PATCH] removed echo --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1b9e4a..1a875bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)