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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -