Sobes.tech
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:

  1. Developer → Git Push
  2. CI (build & test) → artifact formation (JAR/Docker)
  3. CD (delivery) → deployment in Dev/Test/Prod environments
  4. Deployment → start of the monolith, REST API configuration, RabbitMQ setup, connection to the database and external services