added commas
This commit is contained in:
parent
c5dfed0000
commit
6b1e8a85d1
1 changed files with 1 additions and 1 deletions
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
2
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -97,7 +97,7 @@ pipeline {
|
||||||
Fire & Forget: Do not wait for the job to finish,
|
Fire & Forget: Do not wait for the job to finish,
|
||||||
ingore the results
|
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: 'DIFF_ID', value: "$DIFF_ID"],
|
||||||
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
|
[$class: 'StringParameterValue', name: 'PHID', value: "$PHID"],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue