Description
This API deploys an item used by CI
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
token | query | string | yes |
|
repo_token | query | string | no |
|
name | query | string | yes |
|
version | query | string | yes |
|
type | query | string | yes |
|
config | body | Object | yes |
|
body.config.from
click here to learn more about SOAJS Smart Continuous Delivery
either tag or brach and commit or image_tag and image_name and image_prefix must be specified
Param | Source | Type | Require | Description |
---|---|---|---|---|
tag | body.config.from | string | conditional yes | |
branch | body.config.from | string | conditional yes | |
commit | body.config.from | string | conditional yes | |
image_name | body.config.from | string | conditional yes | |
image_tag | body.config.from | string | conditional yes | |
image_prefix | body.config.from | string | conditional yes | |
env | body.config.from | array | no |
Add Comment