Default value test (release self by default)

This commit is contained in:
xdrm-brackets 2017-12-11 18:45:13 +01:00
parent be583ea9ea
commit c3de2c3114
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
"description": "Pulls project from git branch.",
"permissions": [["admin"]],
"parameters": {
"URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" },
"URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project", "optional": true, "default": "self" },
"URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step", "optional": true }
}