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 }] } }