The Overview of Jenkins
HI Hi, Greetings!
Intimate February 
Today, I would like to share with you an article about the overview of Jenkins. I hope this article has more support DevOps Let's move to the article and I will explain the last part of this article.
PART 06:
Installation of Jenkins on Windows :
Jenkins can be installed on both Windows and Unix platforms, but we'll concentrate on the Windows version in an easy way.
Prerequisites:
There are several prerequisites for Jenkins to install Jenkins in your computer before you begin to install Jenkins in your Windows system.
Hardware specifications (Recommended):
4 GB+ of RAM
50 GB+ of drive space
Requirements for software:
Most recent version of the Java Development Kit (JDK) or the Java Runtime Environment (JRE).
Step-01 :
Select the "Download" button & go to the next page and click the "Generic Java package (.war)" from https://www.jenkins.io/download/.


Step-02
Java prerequisites
Jenkins deployments have separate run and job execution requirements.
To run newer versions of Jenkins, you'll need Java 8 or Java 11.
OpenJDK JDK / JRE 8 - 64 bits
OpenJDK JDK / JRE 11 - 64 bits
All other versions of Java aren't supported.

Step-03
Due to compatibility issues, JDK/JRE comes in a variety of versions, and some programs will require a different version. The major version is indicated by the first number in the version, whereas the release is indicated by the second number.
Use the following syntax to verify the version of java;
java -version & Enter.

Step-04
Use the following syntax to install the Jenkins.
java -jar D:\Software\jenkins.war & Enter.

Step-05
The following screen shows the installation of Jenkins.

Step-06
The Administrator password is shown below. (copy & kept it with notepad)

Step-07
The following screen shows the last step password was the same as this step password.
The default password location of Jenkins is given below.
"C:\Program Files (x86)\Jenkins\secrets\initialAdminPassword"

Step-08
A browser tab will appear when you complete the Jenkins installation procedure, asking for the initial Administrator password. To get to Jenkins, open your web browser and type in the following address.
http://localhost:8080
If you are able to access the given URL, Jenkins has been successfully installed on your system.
Simply copy this password and paste it into the Unlock Jenkins page's Administrator password text box. Click continue when you've pasted the password.

Step-09
Choose "Install Suggested Plugins" and continue.

Step-10
Jenkins will begin downloading and installing all of the required plugins for creating new Jenkins Jobs.

Step-11
The "Create First Admin User" panel will appear after all suggested plugins have been installed. Fill in all of the required account information and click the "Save and Finish" button.

Step-12
After you've filled up the aforementioned information, it'll ask for URL information so you can set up Jenkins' default instance path. To avoid any future misunderstandings, leave things alone. If another program is already utilizing the 8080 port, you can change it for Jenkins and save the settings, and you're done with Jenkins installation. Select "Save and Continue" from the drop-down menu.

Step-13
Congratulations! A new Jenkins server has been successfully installed. Press the "Jenkins Start" button.

-END-
You are welcome to like and leave feedback in the comment area.
Link:
PART 01:
The Overview of Jenkins - PART - 01
PART 02:
The Overview of Jenkins - PART - 02
PART 03:
The Overview of Jenkins - PART - 03
PART 04:
The Overview of Jenkins - PART - 04
PART 05:
The Overview of Jenkins - PART - 05
Source:
www.jenkins.io/doc/
www.lambdatest.com/blog/what-is-jenkins/
M M Zaheer Hussain
Stay Safe!



