Adjust echo command, again.
This commit is contained in:
parent
bc02edf421
commit
e81bc64dbc
|
@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue