[Buildbot-devel] integrating a perl script and buildbot!
Charles Lepple
clepple at gmail.com
Thu Mar 10 00:13:23 UTC 2011
On Mar 9, 2011, at 3:21 PM, skilar1 at cct.lsu.edu wrote:
> So basically I want to make use of the basic structure of buildbot for
> polling and providing the results at the end except it uses the perl
> script I have for building and testing. Any ideas or suggestions?
Sounds like you want a BuildFactory with two steps: SVN and
ShellCommand (the latter invokes your perl script in the directory
created from the SVN checkout). The ShellCommand step captures the
stdout and stderr of your perl script, and considers the exit code of
the script to determine failure or success. There are, of course, many
variations on this.
You would also need a SVNPoller or a SVN hook script to notify the
BuildBot scheduler about any changes.
More information about the devel
mailing list