mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:44:08 +00:00
Let pipeline-compiler export step types (#1958)
This commit is contained in:
@@ -4004,11 +4004,31 @@ const docTemplate = `{
|
||||
"state": {
|
||||
"$ref": "#/definitions/StatusValue"
|
||||
},
|
||||
"type": {
|
||||
"$ref": "#/definitions/StepType"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"StepType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"clone",
|
||||
"service",
|
||||
"plugin",
|
||||
"commands",
|
||||
"cache"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"StepTypeClone",
|
||||
"StepTypeService",
|
||||
"StepTypePlugin",
|
||||
"StepTypeCommands",
|
||||
"StepTypeCache"
|
||||
]
|
||||
},
|
||||
"Task": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user