Back to index
Summary
Logical grouping of pipeline tasks.projectNameStringrequiredThe name for the project that must be unique among all projects. stageNameStringrequiredThe name of the stage. afterStageStringoptionalIf specified, the stage will be placed after the named stage. beforeStageStringoptionalIf specified, the stage will be placed before the named stage. colorCodeStringoptionalThe hexadecimal value of the color to be used with an entity. completedStringoptionalSet true to complete and false to incomplete a stage with manual completion type. A stage with auto completion type ignores this argument. completionTypeStringoptionalThe stage completion type: auto (be default) or manual. conditionStringoptionalA fixed text or text embedding property references that is evaluated into a logical TRUE or FALSE. An empty string, a 0 or false is interpreted as FALSE. Any other result string is interpreted as TRUE.descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. durationStringoptionalDuration in minutes for which the stage or task should relative to plannedStartDate .incompletePostStagesStringoptionalIf True, then in case of specified stage incompletion, all post stages are not completed too. newNameStringoptionalThe new name for an existing object that is being renamed. parallelToPreviousStringoptionalIf TRUE, the flow state will be run in parallel to the previous flow state. pipelineNameStringoptionalThe name of the pipeline. plannedEndDateStringoptionalThe date when this stage or task is expected to end. plannedStartDateStringoptionalThe date when this stage or task is expected to start. preconditionStringoptionalA fixed text or text embedding property references that is evaluated into a logical TRUE or FALSE. An empty string, a 0 or false is interpreted as FALSE. Any other result string is interpreted as TRUE.releaseNameStringoptionalThe name of the release. resourceNameStringoptionalThe name of the default resource for this stage. timeZoneStringoptionalThe time zone to use when interpreting times. waitForPlannedStartDateStringoptionalTrue to enable waiting for planned start date. |
Usage
There are no usage examples available forstage
.