createApplicationPipeline
Create a new application pipeline
Format
udclient [global-args...] [global-flags...]
createApplicationPipeline [parameters] [JSON file]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
application | string | true | Application name or id. |
Template
This command takes a JSON request string or file. Use the following template for the request:
{
"name": "name of the application pipeline",
"stages": [{
"blocks": [{
"environment": "name of the environment for this
block",
"processes": ["process-name"]
}],
"name": "name of the stage"
}]
}
Related REST command: Create a new application pipeline.