Jenkins install windows environment

Jenkins can also be deployed in the windows operation, the operation is very simple, just a tomcat and in the official website to download jenkins war package, address: http://mirrors.jenkins-ci.org/war/2.196/jenkins.war

I downloaded the 2.196 version of the war package, you select according to their own personal needs

Then prepare a tomcat container to deploy this war package

The following did not talk much less, about the recording process under the windows of the deployment jenkins

  1. Download war Jenkins install packages, Address: http://mirrors.jenkins-ci.org/war/2.196/jenkins.war
  2. Ready tomcat environment (need to configure jdk environment, please Baidu, a lot of information, and if the environment is not configured jdk tomcat will flash back)
  3. The war put a container tomcat deploy, start tomcat, you can access after successfully (http: // $ {host}: $ {port} / jenkins /)
  4. Jenkins service access deployment, the initial password in the system path, in order to ensure the security administrator, go follow the path interface display to view the initialization code (I like this)

     

     

  5. Then enter the interface plug-in installed, before installing the update please remember to plug the center of the path (access address HTTP: // $ {Host}: $ {Port} / Jenkins / PlugInManager / advanced , the bottom UpdateSite updated to the following address
  6. Finally, install the plug-in, after the success can enter workbench (if entering a blank page, please restart jenkins, requests ( HTTP: // $ {Host}: $ {Port} / Jenkins / restart))

Guess you like

Origin www.cnblogs.com/advanceBlog/p/11707690.html