upd: config.modules (made GET release @step parameter optional)
This commit is contained in:
parent
ba7b778b18
commit
8344ad73f2
|
@ -59,8 +59,8 @@
|
|||
"description": "Pulls project from git branch.",
|
||||
"permissions": [["admin"]],
|
||||
"parameters": {
|
||||
"URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" },
|
||||
"URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step" }
|
||||
"URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" },
|
||||
"URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step", "optional": true }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue