How to Install Jenkins in Windows and add Plugins to Jenkins - Bug Reaper

                  Bug Reaper

Lean about Automation Testing,Selenium WebDriver,RestAssured,Appium,Jenkins,JAVA,API Automation,TestNG,Maven, Rest API, SOAP API,Linux,Maven,Security Testing,Interview Questions

Sunday 24 May 2015

How to Install Jenkins in Windows and add Plugins to Jenkins



To Work with Jenkins in Windows we need to download Jenkins
Download from 
here




Install msi file of Jenkins from here

After Installation is done Open your Browser and type following address.




http://192.168.1.2:8080/
Or
http://localhost:8080/

Following Screen will appear





If  Jenkins is not Starting Up.
Then in Run (WIN +R) Type
Services.msc




Start the Jenkins Service







Now Your Jenkins is Installed and ready to use.

How To Install Plugins in Jenkins

Launch your Jenkins by opening your Browser and type following address.




http://192.168.1.2:8080/
Or
http://localhost:8080/


Now Click on Manage Jenkins (Refer below Image)





Now Click on Manage Plugins  (Refer below Image)





Click on Available and in filter type git, From the Check box select the Plugins you want to install

For Example we here are installing
        -->   Git Plugin

                GitHub Plugin 
                GitHub API Plugin


This is how the Screen will appear while Downloading is in progress



Now Restart The Jenkins

in Run (WIN +R) Type  Services.msc

Stop the Jenkins Service and then Start The Jenkins Service

No comments:

Post a Comment