Process Flow - Input step for manual approval
Pipeline reaches input step
Pause execution, wait for user
User sees prompt in Jenkins UI
User clicks Approve or Abort
Approve
Continue
The pipeline pauses at the input step, waits for a user to approve or abort, then continues or stops based on the choice.