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.