Junior — Senior
CI/CD pipeline for a monolithic application
livecode
Task condition
Demonstrate the scheme of the CI/CD process organization for a monolithic project, including the stages of build, testing, delivery, and deployment.
The architecture scheme is presented as a sequence of steps:
- Developer → Git Push
- CI (build & test) → artifact formation (JAR/Docker)
- CD (delivery) → deployment in Dev/Test/Prod environments
- Deployment → start of the monolith, REST API configuration, RabbitMQ setup, connection to the database and external services