Jenkins download and installation process

Jenkins download and installation process

The premise of installing Jenkins is that the installation of Tomcat and jdk is completed, that is to say, they all survive in the java environment;

Download address: https://jenkins.io/zh/doc/book/installing/

After downloading the installation package, place the war package in the position shown in the figure

After the placement is complete, start Tomcat and visit the link http: // localhost: 8580. Successful access indicates that Tomcat has started. (The port number of tomcat can be modified in D: \ Tomcat \ apache-tomcat-7.0.42-windows-x86 \ apache-tomcat-7.0.42 \ conf \ sever, the default is 8080)

Then visit the link: http: // localhost: 8580 / Jenkins, the first visit will enter the following interface

After finding the password according to the prompted path, enter "Continue

Choose to skip the plug-in installation and enter the following interface

Then set the account root / xxxxxx

The above Jenkins is installed.

Click to start using the Jenkins button. If the Jenkins homepage cannot be loaded all the time, then turn off the computer's protective wall to see;

 

 

Published 22 original articles · praised 5 · visits 1040

Guess you like

Origin blog.csdn.net/weixin_37018468/article/details/105225946