[Buildbot-devel] custom buildstem
Dustin J. Mitchell
dustin at v.igoro.us
Mon Mar 28 16:43:50 UTC 2011
On Mon, Mar 28, 2011 at 11:02 AM, <mp3 at hello.lv> wrote:
> How to add a custom buildstep containing python source code?
> I don't want to use an external python script + ShellCommand. I want all
> the sources to be within buildbot.
You'll need to implement a new command on the slave, and deploy that
to all of your buildslaves, then call that command from a custom
buildstep on the master.
Dustin
More information about the devel
mailing list