Changes between Version 2 and Version 3 of AdvantagesOfJenkinsOverBuildbot
- Timestamp:
- Dec 20, 2011, 12:30:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvantagesOfJenkinsOverBuildbot
v2 v3 6 6 7 7 As described in [https://bugs.webkit.org/show_bug.cgi?id=59527 bug 59527], we'd like to be able to annotate build failures to show whether someone is working on them. Jenkins's [https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin Claim plugin] would let us do just that. 8 9 == Code coverage statistics == 10 11 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.