1
0
Fork 0

added commas

This commit is contained in:
Christian Kühnel 2020-01-20 15:00:26 +01:00
parent c5dfed0000
commit 6b1e8a85d1

View file

@ -97,7 +97,7 @@ pipeline {
Fire & Forget: Do not wait for the job to finish,
ingore the results
*/
build job: 'amd64_windows_vs2017' propagate: false wait: false parameters: [
build job: 'amd64_windows_vs2017', propagate: false, wait: false, parameters: [
[$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"],
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
]