Jenkins to build a good development environment must be one, easy to use, to build a test platform is very helpful, do not know can understand
Official website http://jenkins-ci.org/
I am downloading the window version number
There are many ways to install, and I use the simplest way
Unzip the file directly, and then double-click the setup.exe file. Select the installation path to install, so the installation is complete
Installation Complete
Enter on the browser
http://127.0.0.1:8080/
Create a new project first. I am now only targeting MAVEN projects, so I chose the second item. It has a lot of powerful features, but it's enough for me.
It worked
At last
OK, easy to get started, if your MAVEN project is right
Almost forgot. Also to configure some of the JDK and MAVEN, I do not say, not clear please leave a message
I hope it's helpful to you.
Build Jenkins test Environment in Windows