That was quick.. OK, so I’m thinking we create some sort of Jenkins plugin that can push updates to a thread when a build occurs. This would be useful for not only WiP threads but also for the SDK which runs every night at midnight EST.
Something where you could register a thread, supply your login credentials, and have it change the topic title, add a post with the changes, etc. Since there are already Jenkins installers for the big three platforms available (plus packages for most Linux distributions) it would be a matter of installing Jenkins and point it to build scripts generated by the SDK (which are generic and not tied to the IDE).
Thoughts? I’ve been working on bbPress integration with Java for a little Android app I’ve been tinkering with and the login/cookies code could be re-applied here.. Probably a weekend length project for someone who’s done a Jenkins or Hudson plugin before, longer for someone who hasn’t (like me
)