Site icon TestingDocs.com

Install Jenkins Server on Windows

Introduction

Jenkins is a popular continuous integration (CI) server. Jenkins server is used to setup testing environment to run unattended automation tests. CI server creates builds and run tests frequently on daily basis. 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.

https://jenkins.io/download/

 

Extract the file and click on the installer.

Install Jenkins

1. 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 Finish button.

Navigate to http://localhost:8080 to open Jenkins default web page.

Unlock Jenkins

To ensure Jenkins is securely set up by the administrator, a password has been written to the log. Copy the password and paste it to unlock Jenkins.

 

Customize Jenkins tool, by installing necessary plugins. Plugins extend Jenkins with features to support different needs. As shown in below screen, all the suggested plugins are installed.

 

Create First Admin User and continue to Jenkins dashboard.You can provide or use the default jenkins url.

Instance Configuration

The Jenkins URL is used to provide the root URL for absolute links to various Jenkins resources.

Once you click on Save and Finish button. Jenkins setup is complete and Jenkins is ready.

 

Steps to configure Jenkins are outlined here:

Configure Jenkins

 

Jenkins Tutorials on this website can be found at:

https://www.testingdocs.com/jenkins-tutorial

For more details on the Jenkins CI, visit the official website at:

https://jenkins.io/

 

Exit mobile version