[Buildbot-devel] how to close the log of shellcommand on Windows?

Marcus Lindblom macke at yar.nu
Wed Sep 23 21:06:13 UTC 2009


雷东壁 wrote:
> Hi all,
> 
> Now I want to start JBOSS in ShellCommand after auto build to implement auto deploy.
> But the startup batch file of JBOSS will keep a console alive and output INFO messages without an ending, even I write another batch file to call the JBOSS startup file, the same thing happens. So the status in buildbot waterfall will keep in "building" status...It's not what I want.
> 
> My question is, how to close the watching of log files for ShellCommand? That's to say, in one build step, just execute the ShellCommand, but not monitor the output of command.

Add 'start' as a prefix. That kicks off stuff in the background.

I.e. ['start', 'cmd.exe', 'mybat.bat'] ...

/Marcus





More information about the devel mailing list