This project uses a Jenkins pipeline for continuous integration and deployment.
The pipeline is defined using a Jenkinsfile in the root directory.
- Checkout SCM – Pulls the latest code from GitHub
- Build – Compiles the project and prepares artifacts
- Test – Runs automated tests
- Release – Creates a release version (optional)
- Deploy – Deploys the application to the target environment
The pipeline script is located at the root of the repo:
/Jenkinsfile