Process Flow - Build pipeline basics
Start: Code Commit
Trigger Build Pipeline
Checkout Source Code
Run Build Tasks
Run Tests
Publish Artifacts
Build Pipeline Complete
This flow shows how a build pipeline starts from code commit, runs build and test tasks, then publishes artifacts.