c++ - Buildbot : how to manually launch a build? -


we using buildbot (http://buildbot.net/) build our c++ project. there way run exact build commands command line executed when hit "force build" button on web ui? i'm trying debug build problem present on our build server not on our local machines, , don't want spam email list each time fails.

thank you, sean

to run command command [arg]... in clean environment use env --ignore-environement command [arg]....


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

validation - How to pass paramaters like unix into windows batch file -