Changes between Version 9 and Version 10 of AdvantagesOfJenkinsOverBuildbot


Ignore:
Timestamp:
Dec 20, 2011, 1:43:34 PM (14 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvantagesOfJenkinsOverBuildbot

    v9 v10  
    1717== Determining when a test started failing ==
    1818
    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.
     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. To take advantage of this we'd want to make all our testing tools output [http://ant.apache.org/manual/Tasks/junitreport.html JUnitReport]-style XML files.
    2020
    2121== Graphs of test failures over time ==