[users at bb.net] Post processing stdio or stderr logs

honas grael honasgraeymael at gmail.com
Sat Dec 7 20:19:14 UTC 2019


Hello
I have a buildstep as follows

makepackages = steps.ShellCommand(name="make packages",
                                  command=["make", "packages"],
                                  haltOnFailure=True,
                                  description="make packages")


when it runs the output is sent to stdio, I would like to

add a post processing step following the command that processes

the stdio output from makepackages, so that I can search for

keywords in stdio.

How can I do this? I've read the docs but I do not follow,

can anyone guide me


Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20191207/dc5c0b2b/attachment.html>


More information about the users mailing list