0% found this document useful (0 votes)
6 views22 pages

Lab Program 5

This document is a lab program for a DevOps course focusing on Jenkins, an open-source automation server for Continuous Integration and Continuous Delivery. It covers key features of Jenkins, such as CI/CD support, extensive plugins, and cross-platform capabilities, as well as detailed installation instructions for Windows systems. Additionally, it includes steps for setting up Jenkins in a browser and user creation processes.

Uploaded by

Bhavana Biradar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views22 pages

Lab Program 5

This document is a lab program for a DevOps course focusing on Jenkins, an open-source automation server for Continuous Integration and Continuous Delivery. It covers key features of Jenkins, such as CI/CD support, extensive plugins, and cross-platform capabilities, as well as detailed installation instructions for Windows systems. Additionally, it includes steps for setting up Jenkins in a browser and user creation processes.

Uploaded by

Bhavana Biradar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Prof. K.

Navya
Assistant Professor
Department of ISE

LAB PROGRAM -5

Course Name : DEVOPS


Course Code:BCSL657D
PROGRAM5:Introduction to Jenkins: What is
Jenkins?, Installing Jenkins on Local or Cloud
Environment, Configuring Jenkins for First Use .
What is Jenkins?
• Jenkins is an open-source automation server widely used in
the field of Continuous Integration (CI) and Continuous
Delivery (CD). It allows developers to automate the building,
testing, and deployment of software projects, making the
development process more efficient and reliable.
Key features of Jenkins:
•CI/CD: Jenkins supports Continuous Integration and Continuous Deployment,
allowing developers to integrate code changes frequently and automate the
deployment of applications.
•Plugins: Jenkins has a vast library of plugins that can extend its capabilities.
These plugins integrate Jenkins with version control systems (like Git), build tools
(like Maven or Gradle), testing frameworks, deployment tools, and much more.
•Pipeline as Code: Jenkins allows the creation of pipelines using Groovy-based
DSL scripts or YAML files, enabling version-controlled and repeatable pipelines.
•Cross-platform: Jenkins can run on various platforms such as Windows, Linux,
macOS, and others.
Installing Jenkins
Jenkins can be installed on local machines, on a cloud environment,
or even in containers. Here’s how you can install Jenkins in Window
local System environments:
Installing Jenkins
• Prerequisites : Ensure that Java (JDK) is installed on your system.
Jenkins requires Java 17 or 21.

• Install Jenkins on Window System:


Type jenkins download for windows https://www.jenkins.io/download/
STEP3: Goto Jenkins MSI Installer click on it u opt for “Run service
as Local System”
STEP4: Choose a port as 8080 and test the port and click
Next
STEP5:It takes current jdk version thats available for safer
side once goto cmd prompt and type command
STEP6: Click NEXT after doing above step you will get
screen as in Below again continue to click Next
STEP7: The popup allow format comes for Java Automation
Server allow it click install —-----> Finally Click Finish
•After successfully installed, Jenkins will be running on port either
default port 8080 by default (you can access it in your browser
at http://localhost:8080) or http://localhost:8080.
Jenkins Setup in browser:

• After opening browser by visiting your local address the browser should look
like below screenshot. It will ask for Administrator Passowrd so u should
locate as in directory mention copy paste as in mention in file location: C:\
ProgramData\Jenkins\.jenkins\secrets\initialAdminPassword and paste
password as in mentioned belows administration password
USER Creation

You might also like