[Buildbot-devel] Property for current build status

Aran Deltac bluefeet at gmail.com
Tue Dec 16 20:56:43 UTC 2014


I'd like to add a build step to the end of my build which detects the
status (failed, successful) of the build so far.  This would then be used
as an argument to a script which would take action as appropriate.
Something like:

f.addStep(
    ShellCommand(
        name='record-build-end',
        description='recording',
        descriptionDone='record',
        command=['bin/record-build-end',
Interpolate("--status=%(prop:buildstatus)s")],
    )
)

I've looked around the docs, especially:
http://docs.buildbot.net/0.8.9/manual/cfg-properties.html

And no luck.  Thoughts?

Thanks!

Aran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20141216/802f2fee/attachment.html>


More information about the devel mailing list