Training project

CI/CD pipeline with automated tests

Related course: DevOps Engineering

Problem

Teams expect engineers who can wire build → test → deploy so releases are repeatable, not manual copy-paste to servers.

Architecture (high level)

Source in Git → Jenkins or GitHub Actions workflow → automated tests → artifact/build step → staged deploy strategy (blue-green/canary concepts) as covered in the CI/CD Pipelines module.

Technologies

  • Jenkins
  • GitHub Actions
  • Git
  • Docker

This is a Vector Skill Academy training project completed during the course. It is not confidential client work and does not represent a live production engagement.

More projects in this course