Process Flow - Pull request builds
Developer creates PR
PR triggers Jenkins build
Jenkins checks out PR code
Run build and tests
Build success?
No→Report failure to PR
Yes
Report success to PR
PR can be merged
This flow shows how a pull request triggers a Jenkins build, runs tests, and reports results back to the PR.