jenkins+maven+git+sonar system Continuous Integration & Code single-Measurement management
Installation of Jenkins Jenkins is a continuous integration tool based on Java development that monitors ongoing duplication of work, including: 1. Continuous software release/test project. 2. Monitor the work performed by external calls.
1. Download the latest version (a war http://Jenkins-ci.org/
2. run java-jar Jenkins.war (Jenkins uses an embedded jetty service by default, and the user can also be placed in other containers.) )
(the default is port 8080, you can use Java-jar Jenkins.war--httpport=8088 as the listening port for the startup project. )
Note: Jenkins need to run Java 5 and the above version.
The basic configuration of Jenkins
System setup by selecting Manage Jenkins-"Configure system
Set the profile path for MAVEN
Because Jenkins uses the SVN admin project by default, you need to install a git plugin to use git. Manage Jenkins-"Manage Plugins-" Available-"Git Plugins then click Install. Then go back to the System administration page to set up some of git's parameter information.
Installation of Sonar
Configuration of Sonar
Configuration of Jenkins Sonar
Jenkins Project Management Configuration
Sonar Project Test Management
Jenkins+maven+git+sonar System Continuous Integration & Code single-Measurement management