[Buildbot-devel] Run Python code on the slave
Dave Piche
dpiche at plantcml.com
Mon Sep 21 20:46:54 UTC 2009
Hi all,
I am trying to run Python code directly on the slave.
To do this I have created a customized buildbot.slave.commands.Command and I registered it using registry.registerSlaveCommand().
In my master.cfg file, I use a sub-class of BuildStep that run a RemoteCommand('<my_command>', args).
However, starting the buildmaster raise an unhandled error with this message: "Traceback from remote host -- Traceback unavailable"
Anyone can explain the procedure to do this?
Regards,
Dave Piché
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090921/5be95efa/attachment.html>
More information about the devel
mailing list