1. Download the MSI file first
Jenkins download link: https://pan.baidu.com/s/1SACKNgW7OZrJoXMRDhsJxQ extract code: 94b9
2. Installation
Unzip the jenkins-2.9.1.msi file, double-click to run and install it.
3. Enter Jenkins:
After successful installation, enter http: // localhost: 8080/Jenkins in the browser to go To the Jenkins initialization page,
The first startup will take a long time and wait patiently.
After entering the successful will see the following screen, according to the prompt, such as open: D: \ Java \ apache-tomcat-9.0.0.M26 \ webapps \ Jenkins \ Secrets \ initialadminpassword file to view the password. Enter the password in the input box and click "continue. Next, install the SDK as prompted.
4. Install the plug-in
Select directlySelect suggested plugins
Install the recommended plug-ins. you can install other plug-ins in the plug-in management center.
5. Create a Jenkins user and enter relevant information.
6. After the setting is successful, enter the main interface of Jenkins:
Jenkins installation tutorial