Changes between Version 6 and Version 7 of AdvantagesOfJenkinsOverBuildbot
- Timestamp:
- Dec 20, 2011, 12:42:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvantagesOfJenkinsOverBuildbot
v6 v7 15 15 Jenkins's [https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin Cobertura plugin] combined with [http://nedbatchelder.com/code/coverage/ coverage.py] would allow us to track code coverage statistics for our Python unit tests. See [https://builds.apache.org/job/Cassandra-Coverage/ an example from Apache's Jenkins server]. 16 16 17 == Determining when a test started failing == 18 19 Jenkins has built-in support for determining when a test started failing, and will link you right to that build. See [https://builds.apache.org/job/Cassandra-Coverage/192/testReport/ an example from Apache's Jenkins server]. The "Age" column contains links to the first build in which each test failed. 20 17 21 == Graphs of test failures over time == 18 22