Process Flow - Shell steps (sh, bat)
Start Jenkins Pipeline
Execute shell step
Run command in shell
Capture output and status
Use output or handle errors
Continue or stop pipeline
The Jenkins pipeline runs a shell step, executes the command, captures output and status, then continues or stops based on results.