Process Flow - What is Jenkins
Developer writes code
Code pushed to repository
Jenkins detects change
Jenkins runs build and tests
Build success?
No→Notify developer
Yes
Deploy to production
End
Jenkins watches for code changes, runs tests and builds automatically, then deploys if all is good.