[Buildbot-devel] support for addURL for any step, without subclass?

Charles Lepple clepple at gmail.com
Wed Feb 5 13:09:45 UTC 2014


On Feb 5, 2014, at 12:24 AM, shiny knight wrote:

> This involve the subclassing of the step class, while would be great to have it there by default. Am I the only one that see this useful? Nobody feels like a step should have links to anything other than the step logs?

In many cases, those generated files would need to be uploaded to the master, and the FileUpload step can take a 'url' parameter:

http://docs.buildbot.net/current/manual/cfg-buildsteps.html#buildbot.steps.source.buildbot.steps.transfer.FileUpload

(For what it's worth, if someone really wants the URL displayed on the step that generated the document, I usually subclass that step.)

-- 
Charles Lepple
clepple at gmail







More information about the devel mailing list