[Buildbot-devel] ShellCommand.addLog with partially known filename

Dustin J. Mitchell dustin at v.igoro.us
Fri Aug 15 15:46:04 UTC 2014


You might have better luck adding a second step that cat's the output
of the first.  It's not ideal, but it would work.

On Fri, Aug 15, 2014 at 3:03 AM, Thierry at spoludo <thierry at spoludo.com> wrote:
>
> Hi,
>
> I have a tool that creates log using the date in the filename. I thus can't
> express it directly as an absolute name.‎ But i'd like to add the log
> content in the createSummary callback‎ with addLog alike.
>
> Is there a way to specify a name pattern such as,
> Str(datetime.date.today())+'*.log'‎ with the risk of having multiple matches
> (and then probably picking the latest?)
>
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>




More information about the devel mailing list