<div dir="ltr">Hi,<div>Indeed, setProgress is a relique of an eight API, and is not implemented in 1.0. any help is apreciated to fix the tutorial you did find (not sure which one it is)</div><div>What you need is step.addURL, which does what you describe in the UI.</div><div><br></div><div><a href="http://docs.buildbot.net/latest/manual/customization.html#buildstep-urls">http://docs.buildbot.net/latest/manual/customization.html#buildstep-urls</a><br></div><div><br></div><div>Regards,</div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 24, 2018 at 11:10 AM Andreas Sommer <<a href="mailto:andreas.sommer87@googlemail.com">andreas.sommer87@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I've read the "Adding LogObservers" tutorial[0] which leverages `self.step.setProgress` to store information parsed from the log.<br>
<br>
However this function isn't even implemented:<br>
> master/buildbot/process/buildstep.py:<br>
>    def setProgress(self, metric, value):<br>
>        # this function temporarily does nothing<br>
>        pass<br>
<br>
Any plans to get this finished? If it were implemented, could it be used to display something in the web interface. My use case: find the line `[02:22:49] Logs: /pdr/data/logs/bulk/103amd64-2018Q2-bulk-master/2018-06-24_01h12m11s` and construct+display a clickable web link to the detailed build log (which are created in separate files on disk).<br>
<br>
Cheers,<br>
 Andreas<br>
<br>
[0] <a href="http://docs.buildbot.net/latest/manual/customization.html#adding-logobservers" rel="noreferrer" target="_blank">http://docs.buildbot.net/latest/manual/customization.html#adding-logobservers</a><br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p dir="ltr"><br></p>
</div></div>