pipelineTaskRerunConfigs property
Optional. The rerun configs for each task in the pipeline job. By default, the rerun will:
- Use the same input artifacts as the original run.
- Use the same input parameters as the original run.
- Skip all the tasks that are already succeeded in the original run.
- Rerun all the tasks that are not succeeded in the original run. By providing this field, users can override the default behavior and specify the rerun config for each task.
Implementation
final List<PipelineTaskRerunConfig> pipelineTaskRerunConfigs;