Changes between Version 6 and Version 7 of AdvantagesOfJenkinsOverBuildbot


Ignore:
Timestamp:
Dec 20, 2011 12:42:57 PM (12 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v6 v7  
    1515Jenkins'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].
    1616
     17== Determining when a test started failing ==
     18
     19Jenkins 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
    1721== Graphs of test failures over time ==
    1822