CI/CD DEMO

A demonstration of CI/CD principles using GitHub, Jenkins, and Docker.

OVERVIEW

PROJECT

Role

DevOps Engineer, Programmer

Team Size

3

Time

2 Weeks (PT)

APP

Released

2024

Platforms

Desktop (Docker)

Category

Skill Demo

DEVELOPMENT

Languages

Dockerfile, Jenkinsfile, HTML, Python

Tech Stack

Jenkins, Docker, Azure VM

Tools

GitHub

PROJECT DUTIES

project duties image

FRONT END

  • Coded basic HTML
project duties image

BACK END & DEVOPS

  • Utilised Python for simple calculator functionality
  • Used OS module to detect environments such as CI via Jenkins
  • Created a Dockerfile to build source code
  • Created a Jenkinsfile to define a simple Jenkins pipeline

PROJECT BREAKDOWN

WHAT I LEARNT

  • The basics of Jenkins
  • The basics of Docker
  • The basics of Azure VM
  • Benefits of VMs for creating environments
  • The basics of CI/CD principles and how employing a CI/CD pipeline can fix manual deployment problems such as inconsistent environments, repetitive tasks (testing, building, deploying), long dev cycles, and unexpected downtime.