Skip to content

FontysVenlo/esd-workshop-ci-cd_esde_jannes_elias

 
 

Repository files navigation

CI/CD Workshop Repository

A CI/CD pipeline is an automated process that helps software teams deliver code faster and with fewer errors. CI (Continuous Integration) means developers regularly add their code to a shared place, and every time they do, the system automatically builds and tests the code to catch problems early. CD (Continuous Delivery) means that after the tests pass, the system automatically prepares the code for release by setting up everything needed to deploy it. Together, CI/CD creates a smooth, reliable flow where new code is checked, tested, and made ready for deployment without manual work, leading to faster releases and better-quality software (Anastasov Marko, 2025).

CI/CD Pipeline Diagram (t2informatik)

Workshop Task Repository

Table of Content

Pipeline Dashboard

CI Test Build

CI

CD Test Build

CD

Coverage of Tests

codecov

Docker Pulls

Docker Pulls

Current Pipline flow

GitHub Actions


Sources

t2informatik (-):Continuous Delivery [online] https://t2informatik.de/wissen-kompakt/continuous-delivery/#:~:text=Continuous%20Delivery%20%E2%80%93%20die%20Perfektionierung%20der,ein%20Fundament%20f%C3%BCr%20Continuous%20Delivery [Accessed: 08.11.2025]

Anastasov Marko (2025): CI/CD Pipeline: A Gentle Introduction [online] https://semaphore.io/blog/cicd-pipeline [Accessed: 16.11.2025]


Review Assignment Due Date

About

esd-2025-esd-workshop-esd-template created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 98.0%
  • Dockerfile 2.0%