From ca74aeab831ef93bd2903a12115eaf461457c21e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 30 Sep 2022 16:43:08 +0200 Subject: [PATCH] small fix --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ab1463..f6a6682 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,9 +111,9 @@ pipeline { if (line.toString().startsWith('#')) return def fields = line.toString().split(',') - println(fileds[0]) - println(fileds[1]) - println(fileds[2]) + println(fields[0]) + println(fields[1]) + println(fields[2]) // def components.add([ // name : fields[0], // version : fields[1],