Ticket #2095 (closed defect: fixed)
master-side commands only have access to full logfiles
| Reported by: | dustin | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.5 |
| Version: | 0.8.4p2 | Keywords: | |
| Cc: | in3xes |
Description
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.
Change History
comment:3 Changed 21 months ago by dustin
tomprince points me to
https://github.com/tomprince/buildbot/commit/2ed03c9435065282171607b82f3dcb2b81435618#L0R990
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
I have some work on this (tests, at least) in my bug2095 branch.