Description
This API deploys an item used by CI
Input
Code Block |
---|
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 |
|
from | body.config | Object | yes |
click here to learn more about SOAJS Smart Continuous Delivery
body.config.from
Conditional require, with one of the following:
["tag"]
["branch", "commit"]
["image_tag", "image_name", "image_prefix"]
Param | Source | Type | Required | 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 |