[Buildbot-commits] [Buildbot] #2095: master-side commands only have access to full logfiles
Buildbot
nobody at buildbot.net
Thu Sep 1 02:42:44 UTC 2011
#2095: master-side commands only have access to full logfiles
--------------------+-------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 0.8.5
Version: 0.8.4p2 | Keywords:
--------------------+-------------------
Pradeep worked around this in some clever ways, but master-side source
steps' only access to the output of remote commands is {{{.getLogs}}}
which (in both tests and real steps) returns the entire set of log
outputs, not just those from the most recent command.
We'll need to add a new interface that allows the results of a single
command to be analyzed on their own.
--
Ticket URL: <http://trac.buildbot.net/ticket/2095>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list