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