add default value for options array
This commit is contained in:
Родитель
b71c562a03
Коммит
7e79d98eb5
|
@ -54,7 +54,8 @@
|
|||
"type": "array",
|
||||
"metadata": {
|
||||
"description": "The list of all options configured for the pipeline."
|
||||
}
|
||||
},
|
||||
"defaultValue": []
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
|
|
|
@ -65,7 +65,8 @@
|
|||
"type": "array",
|
||||
"metadata": {
|
||||
"description": "The list of all options configured for the pipeline."
|
||||
}
|
||||
},
|
||||
"defaultValue": []
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"metadata": {
|
||||
"description": "List of source artifacts to be transferred by the pipeline."
|
||||
},
|
||||
"defaultValue": ""
|
||||
"defaultValue": []
|
||||
},
|
||||
"sourceName": {
|
||||
"type": "string",
|
||||
|
|
Загрузка…
Ссылка в новой задаче