Process Flow - Node and stage blocks
Start Pipeline
Enter node block
Enter stage block
Execute steps inside stage
Exit stage block
More stages?
Yes→Enter next stage block
No
Exit node block
Pipeline ends
The pipeline starts, enters a node block to allocate an agent, then runs one or more stage blocks sequentially, executing steps inside each stage, then exits the node and ends.