Changes between Version 1 and Version 2 of AdvantagesOfJenkinsOverBuildbot
- Timestamp:
- Dec 20, 2011, 12:28:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvantagesOfJenkinsOverBuildbot
v1 v2 2 2 3 3 [http://jenkins-ci.org/ Jenkins] and [http://trac.buildbot.net Buildbot] are both continuous-integration servers. WebKit currently uses Buildbot at http://build.webkit.org/. This page lists some advantages switching to Jenkins would bring. 4 5 == Annotating build failures == 6 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.