This document provides instructions for installing Jenkins on a machine. It outlines that Java version 8 must first be installed. It then describes how to download, configure, and install Jenkins by adding the Jenkins key, updating the apt package index, and using apt-get install to download Jenkins. The document indicates the installation of Jenkins is complete.
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 ratings0% found this document useful (0 votes)
138 views
Install Jenkins
This document provides instructions for installing Jenkins on a machine. It outlines that Java version 8 must first be installed. It then describes how to download, configure, and install Jenkins by adding the Jenkins key, updating the apt package index, and using apt-get install to download Jenkins. The document indicates the installation of Jenkins is complete.
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/ 5
Jenkins: Installation
JENKINS : Introduction
➤ Jenkins Installation is very easy.
➤ Pre-Requisite for Jenkins Installation. ➤ Best way to Install Jenkins. ➤ Install Jenkins On Cloud Machine. ➤ Click Given Link to Get $50 Dollar Credit on DigitalOcean. https://m.do.co/c/98ed549bfab5 JENKINS : Introduction
➤ Java must be Install on Host Machine of Jenkins.
➤ Please make sure Java 8 is Installed on HostMachine. ➤ Verify Java Version: java - -version
➤ Download, configure & Install Jenkins. ➤ Add Key on Host: wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - ➤ Add following entry in your /etc/apt/sources.list: echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/ sources.list.d/jenkins.list ➤ Update your local package index, then finally install Jenkins: sudo apt-get update sudo apt-get install jenkins Will see you in Next Lecture…