Knowledge Preparation: Refer to the previous blog information survey
http://blog.csdn.net/aaashen/article/details/46550121
1 Download and install:
Download the zip file under windows from the Jenkins official website http://jenkins-ci.org/. Can be stable version of the 1.609.1.zip. After downloading, click Setup.exe, all the way next, you can install successfully. You can localhost:8080 in the browser and the Jenkins page appears.
You can also download the war package and launch it with Java-jar Jenkins.war.
2 from the Jenkins page, click System Management, plug-in management, the Git plugin plugin installed, this article also installs the Maven plugin.
3 after the reboot is installed, on the Jenkins page, click System Management, System Configuration page, fill in the native Git directory, such as D:\Program Files (x86) \git\bin\git.exe. Save.
4 Create a new job, temporarily select the free-style job, fill in the Git code address, here with the HTTP link to pull. Then build.
5 Build success. A pull git code appears in the working directory of the native Jenkins, including the built code.
Build a continuous integration environment under Windows Jenkins+git