Коммит a21ec497 создал по автору Frédéric Caplette's avatar Frédéric Caplette
Просмотр файлов

Add CI schema support for with keyword

With is the latest addition to the new
input specs keywords for components or templates.

Changelog: fixed
владелец c9aa7b8a
......@@ -360,6 +360,9 @@
},
"rules": {
"$ref": "#/definitions/rules"
},
"with": {
"$ref": "#/definitions/with"
}
},
"required": [
......@@ -395,6 +398,9 @@
}
}
]
},
"with": {
"$ref": "#/definitions/with"
}
},
"required": [
......@@ -411,6 +417,9 @@
"type": "string",
"format": "uri-reference",
"pattern": "\\.ya?ml$"
},
"with": {
"$ref": "#/definitions/with"
}
},
"required": [
......@@ -425,6 +434,9 @@
"description": "Local path to component directory or full path to external component directory.",
"type": "string",
"format": "uri-reference"
},
"with": {
"$ref": "#/definitions/with"
}
},
"required": [
......@@ -440,6 +452,9 @@
"type": "string",
"format": "uri-reference",
"pattern": "^https?://.+\\.ya?ml$"
},
"with": {
"$ref": "#/definitions/with"
}
},
"required": [
......@@ -1252,6 +1267,10 @@
"markdownDescription": "Interruptible is used to indicate that a job should be canceled if made redundant by a newer pipeline run. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#interruptible).",
"default": false
},
"with": {
"markdownDescription": "Used to pass values to inputs in included templates or components [Learn More](https://docs.gitlab.com/ee/architecture/blueprints/ci_pipeline_components/#input-parameters-for-existing-include-syntax).",
"type": "object"
},
"job": {
"allOf": [
{
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать