Step creates a pipeline step.
Name | Type | Description | Notes |
---|---|---|---|
Annotations | List<string> | Annotations added to the request when the step is run. | [optional] |
Condition | string | A condition expression to determine if the step should be run. This is a filter expression much like the query filter expression, but it acts upon the pipeline variables. For example, to only run the step if the pipeline `q` variable is not empty, set this to `q != ''`. | [optional] |
Description | string | Description for the step. Overrides the default description. | [optional] |
Id | string | ID of the step template. | |
Params | Dictionary<string, PipelineStepParamBinding> | Bindings for the step parameters. | [optional] |
Title | string | Title for the step. Overrides the default title. | [optional] |