customExitCondition property
Custom Condition For exit condition
e.g.
pipeline_steps:
- name: "Analyze Code"
command: "flutter analyze"
custom_exit_condition: "No issues found!"
stop_on_failure: true
Implementation
final String? customExitCondition;