[ci]: Fix official build not existing issue (#7408)
When submitting a new official build for broadcom, vs, it prompts a error message, which says the job is not defined. It was caused by the default option "[]", which is not empty, it is used as the jobGroups parameter.
This commit is contained in:
parent
a5a381df7e
commit
7ece5de700
@ -15,7 +15,7 @@ parameters:
|
|||||||
default: []
|
default: []
|
||||||
- name: 'jobGroups'
|
- name: 'jobGroups'
|
||||||
type: object
|
type: object
|
||||||
default: []
|
default: ''
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: azure-pipelines-image-template.yml
|
- template: azure-pipelines-image-template.yml
|
||||||
|
Reference in New Issue
Block a user