A CI/CD pipeline for Java/Spring applications built with C++. Using this project as a means to learn more about Infra and CI/CD(& C++).
Work in progress...
Features (so far):
- Parallel builds, deployments, and executions
- Support for using a local Git server
- Monitoring dashboard for analytics
- Supports multiple environments
- Alerting system using email (In progress)
Build:
make clean && makeRun:
./build_output/cicd_server &
./build_output/cicd_dashboard &