I am running a buildbot buildserver. I have a job my-job
that gets triggered each time a git push is made. All builds are kept and can be rebuild when I am logged in. The URL to an old build looks like this:
http://buildbot.internal:8010/builders/my-job/builds/924
Now I need to trigger an old build from a Java HTTP client implementation I have made (e.g http-get), is that possible?
I have not been able to find any documentation for this type of usage.