I've modified the build script for jQuery UI to include a link to dev.jqueryui.com/changeset in the job title:
my $JOB_NAME = "jQuery UI Commit <a href=\"http://dev.jqueryui.com/changeset/{REV}\">#{REV}</a>"; That works great for the job page, where its now possible to get to the changeset for that commit, as well as on the run page, where again the client can look at the changeset for each test. Where it doesn't work so very well is on the user-page, where the job title is an anchor anyway. There we end up with an anchor within the anchor. I think it would suffice to just strip the HTML from the title on the user page. Once that is in place, the same link can be provided for jQuery commits, linking to dev.jquery.com/changeset. Jörn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TestSwarm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/testswarm?hl=en -~----------~----~----~----~------~----~------~--~---
