add default value for options array

This commit is contained in:
Jeanine Burke 2020-04-13 10:45:30 -07:00
Родитель b71c562a03
Коммит 7e79d98eb5
3 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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",