From bc02edf4210304c3befea87c134974668c19d98c Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 7 Dec 2019 22:40:14 -0500 Subject: [PATCH] Adjust echo command, again. --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d3df7c5..840d5ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -216,8 +216,7 @@ def buildComponents(args, maven_settings_file, maven_local_repo_path) { [$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']] ]) - sh(script: "echo -e '${name},${job.getResult()}' >> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv") - + echo -e '${name},${job.getResult()}' >> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv }] } }