Install Jenkins Server on Windows [ 2024 ]
Install Jenkins Server on Windows
Jenkins is a popular continuous integration (CI) server. The Jenkins server sets up a testing environment to run unattended automation tests. CI server creates builds and runs tests frequently daily. The Jenkins project produces two release lines,
- LTS( Long term support )
- Weekly
Download Jenkins Server
Navigate to the following URL to download Jenkins. In this post, we will install Jenkins on Windows.
Extract the file and click on the installer.
Install Jenkins Server
Click on the Next button.
2.Click Next to install Jenkins in the default path. Click on Change button to change the destination folder.
Once the installation is over. Click on the Finish button.
Navigate to http://localhost:8080 to open Jenkins default web page.
Unlock Jenkins
A password has been written to the log to ensure the administrator securely sets up Jenkins. Copy the password and paste it to unlock Jenkins.
Install the necessary plugins to customize the Jenkins tool. Plugins extend Jenkins with features to support different needs. As shown on the screen below, all the suggested plugins have been installed.
Create First Admin User and continue to Jenkins dashboard.You can provide or use the default jenkins url.
Instance Configuration
The Jenkins URL provides the root URL for absolute links to various Jenkins resources.
|
Once you click on the Save and Finish button. The Jenkins setup is complete and ready.
Steps to configure Jenkins are outlined here:
Jenkins Tutorials
Jenkins Tutorials on this website can be found at:
For more details on the Jenkins CI, visit the official website at: