Back-end Pipeline
The Back-end CI/CD pipeline automates the process of building, testing, and deploying the back-end application. Below is an overview of the pipeline's workflow:
- Code Development: Code is written on the developer's PC.
- Code Push: Code is pushed to the GitLab server.
- Build: The pipeline builds the Java application using Gradle.
- Test: Automated tests are executed to ensure code quality.
- Build Docker Image: A Docker image of the application is created.
- Verification: The pipeline determines whether the build passes all checks (✅) or fails (❌).