[Buildbot-devel] Successful build post process step?
Stefan Seefeld
seefeld at sympatico.ca
Wed May 10 15:15:55 UTC 2006
Shane McDaniel wrote:
> Is there currently a hook to run something if a builder successfully
> built? Like copy a jar to another location etc.
I simply use a ShellCommand step that runs 'mv <from> <to>', which does
what I want. As it comes after the build / test steps in the list of
builder steps, it won't run unless the build was successful.
HTH,
Stefan
More information about the devel
mailing list