Lab 7 - Jenkins (Devops, Ci/Cd Tool)
Lab 7 - Jenkins (Devops, Ci/Cd Tool)
What is Jenkins?
In simple words, Jenkins Pipeline is a combination of plugins that support the integration
and implementation of continuous delivery pipelines using Jenkins.The pipeline as Code
describes a set of features that allow Jenkins users to define pipelined job processes with
code, stored and versioned in a source repository.
CLOUD COMPUTING LAB
Prerequisite:
● Docker Installed on your system. (Refer to Task1 steps in the Lab5 manual)
Task-1
Deliverables:
Steps:
Task-2
Aim: Set up a job in Jenkins to connect to your repository and build C++ hello.cpp.
Deliverables:
CLOUD COMPUTING LAB
1. 2A.png ( picture showing the console output after the build is successful)
2. 2B.png (picture showing the Stable state of the task in Build History of Jenkins)
Steps: