Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-24 18:15:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-24 18:15:38 +0300
commitefbf661c4224d481c57d0346e26983a805e5ec93 (patch)
tree4736f287350884cb49d84a09c52c8c2e1b851080 /app/assets/javascripts/editor
parent4720346c2e10e1ff62a20b39dfc9866eb88858e6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/editor')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 44944a4a205..70f1dddcac9 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -360,6 +360,9 @@
},
"rules": {
"$ref": "#/definitions/rules"
+ },
+ "inputs": {
+ "$ref": "#/definitions/inputs"
}
},
"required": [
@@ -395,6 +398,9 @@
}
}
]
+ },
+ "inputs": {
+ "$ref": "#/definitions/inputs"
}
},
"required": [
@@ -411,6 +417,9 @@
"type": "string",
"format": "uri-reference",
"pattern": "\\.ya?ml$"
+ },
+ "inputs": {
+ "$ref": "#/definitions/inputs"
}
},
"required": [
@@ -425,6 +434,9 @@
"description": "Local path to component directory or full path to external component directory.",
"type": "string",
"format": "uri-reference"
+ },
+ "inputs": {
+ "$ref": "#/definitions/inputs"
}
},
"required": [
@@ -440,6 +452,9 @@
"type": "string",
"format": "uri-reference",
"pattern": "^https?://.+\\.ya?ml$"
+ },
+ "inputs": {
+ "$ref": "#/definitions/inputs"
}
},
"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
},
+ "inputs": {
+ "markdownDescription": "Used to pass input values to included templates or components. [Learn More](https://docs.gitlab.com/ee/ci/yaml/includes.html#set-input-parameter-values-with-includeinputs).",
+ "type": "object"
+ },
"job": {
"allOf": [
{