We are using buildbot with our existing continuous integration system. The artifacts are already built and ready to go and we just want buildbot to execute commands on the slaves. This is working well but how do I trigger a build from a script that is not tied to source control in any way. The same as clicking Force Build from the web gui?
All the triggers seem to expect buildbot to be interacting with source control in some way.