<div dir="ltr">Hello<div>I have a buildstep as follows</div><div><br></div><div><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><span class="gmail-n">makepackages</span> <span class="gmail-o" style="font-weight:bold">=</span> <span class="gmail-n">steps</span><span class="gmail-o" style="font-weight:bold">.</span><span class="gmail-n">ShellCommand</span><span class="gmail-p">(</span><span class="gmail-n">name</span><span class="gmail-o" style="font-weight:bold">=</span><span class="gmail-s2" style="color:rgb(187,136,68)">"make packages"</span><span class="gmail-p">,</span>
                                  <span class="gmail-n">command</span><span class="gmail-o" style="font-weight:bold">=</span><span class="gmail-p">[</span><span class="gmail-s2" style="color:rgb(187,136,68)">"make"</span><span class="gmail-p">,</span> <span class="gmail-s2" style="color:rgb(187,136,68)">"packages"</span><span class="gmail-p">],</span>
                                  <span class="gmail-n">haltOnFailure</span><span class="gmail-o" style="font-weight:bold">=</span><span class="gmail-kc" style="font-weight:bold">True</span><span class="gmail-p">,</span>
                                  <span class="gmail-n">description</span><span class="gmail-o" style="font-weight:bold">=</span><span class="gmail-s2" style="color:rgb(187,136,68)">"make packages"</span><span class="gmail-p">)</span></pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><span class="gmail-p"><br></span></pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><span class="gmail-p">when it runs the output is sent to stdio, I would like to </span></pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><span class="gmail-p">add a post processing step following the command that processes </span></pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><span class="gmail-p">the </span>stdio output from makepackages, so that I can search for</pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">keywords in stdio.</pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">How can I do this? I've read the docs but I do not follow,</pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">can anyone guide me</pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"><br></pre><pre style="overflow:auto hidden;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">Regards</pre></div></div>