Adjust echo command, again.

This commit is contained in:
Manuele Simi 2019-12-07 22:44:36 -05:00
parent bc02edf421
commit e81bc64dbc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -216,7 +216,7 @@ def buildComponents(args, maven_settings_file, maven_local_repo_path) {
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']]
])
echo -e '${name},${job.getResult()}' >> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv
sh "echo -e \\\"${name},${job.getResult()}\\\">> ${AGENT_ROOT_FOLDER}/build_jobs.${PIPELINE_BUILD_NUMBER}.csv"
}]
}
}