Jenkins is an open source software project, a continuous integration tool developed based on Java, used to monitor continuous repetitive work, aiming to provide an open and easy-to-use software platform to make continuous integration of software possible.
Although jenkins provides installation programs such as Window, Linux, OS X, etc., it is not convenient for war. This article uses the Jenkins war package, which is simple, convenient and fast.
1. Install jenkins
1. Download at / download;
####2. Run: java -jar;
####3. Open in the browser: localhost:8080. When Jenkins is launched for the first time, for security reasons, Jenkins will automatically generate a random password. Pay attention to the password output by the console, copy it down, and then enter it in the browser;

####4. Install the plug-in according to the prompts, this article is selected from "Installing the recommended plug-in";


####5. Create the first administrator user:

###2. Use jenkins
####6. Create and start using jenkins:

####7. Enter jenkins homepage:

####8. Set users and permissions:




####9. Create a task:


####10. Build a project


At the logo in the picture, red means construction failed, and blue means construction successful;
####11. View each information of the build:

####12. View the build history:

####13. You can explore other functions in jenkins by yourself;
####14. Jenkins' exit:
Enter localhost:8080/exit in the current page browser;

####15. Reload configuration information, enter: localhost:8080/reload

#####Copyright Statement: This article is an original article by the blogger and may not be reproduced without the permission of the blogger. (The source must be indicated /yanfei1819/p/ reprinted)