Property | Description |
---|---|
id Required | Required only when creating a new pipeline. |
stages Required | A JSON map of the stages to include with the pipeline. The stages can exist already or they can be defined while defining the pipeline. The stage must include the stage definitions: ● id. the ID of the stage to include. ● stageParams. Any parameters for the stage. These are only required for a stage that has been pre-defined and you wish to modify the properties. ● type. The stage type. You can define a stage directly on a pipeline, or you can use a pre-existing stage. If you use a pre-existing stage, you must use “ref”, as a reference to an existing stage. ● skip. If the stage should be skipped during pipeline processing. By default, this is ‘false’, and does not need to be defined unless you would like to skip a stage in the future. If the stage supports setting other properties, as defined in the section Query Pipeline Stages, then those can be defined while defining the stage within the pipeline. |
/apps
endpoint.