Difference between revisions of "Template:Menu content continuous integration"
(→Software quality metrics) |
(→Software quality metrics) |
||
Line 61: | Line 61: | ||
[[File:Icon sonar.png|64px|caption|Sonar]] Sonatype sonarqube | [[File:Icon sonar.png|64px|caption|Sonar]] Sonatype sonarqube | ||
− | [[Sonar]] | + | [[Sonar|Sonar setup]] |
[[Sonar + maven principle]] | [[Sonar + maven principle]] |
Revision as of 20:25, 19 July 2016
To achieve "Continuous Integration" you need a set of tools + organizational changes.
This page only describes the tooling aspect.
You need:
- Source control: SVN, GIT, ...
- Build system: Jenkins
- Artifact control: Artifactory, Nexus, ...
- Project tool: for Scrum dashboard + Bug tracking. You can use software like JIRA, Redmine, ...
Sometimes you might use also:
- Software quality metrics - this will only check HOW you've done your work ; not if the feature is correct! - Sonar
- Documentation tools
Contents
Source code control
Subversion
- SVN server installation (Linux)
- SVN server installation (Windows)
- SVN server behind Apache2 proxy
- SVN client
GIT
Build server
Advanced stuff:
Software quality metrics
Sonar + maven configuration + Jenkins