Adjust echo command, again.

This commit is contained in:
Manuele Simi 2019-12-07 22:40:14 -05:00
parent 478ac55b21
commit bc02edf421
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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