On Sep 20, 2012, at 4:55 PM, Brian Lalor <[email protected]> wrote: >> Would you be interested in hosting this plugin in the same Jenkins org with >> other plugins? > > Yes, once it's gotten a little bit of use. The primary Jenkins instance I > use at work is on a very old Linux VM that can't run Java 7, which Vert.x > requires. Once *I* can use it, I'll consider turning it over. :-)
I've forked the project into the Jenkins GitHub organization and released version 1.0.0. The Jenkins wiki page[1] is extremely thin and I intend to mostly keep it that way, focusing on developing content and examples in the GitHub project[2] and wiki. I've been using the plugin within my company to record build executions in a Mongo database, and I'm going to be implementing a provides/requires system to better orchestrate deployments and integration tests via the QueueTaskDispatcher[3] extension point. I'll be documenting these via the wiki soon. The Vert.x Embedder plugin is currently built on Vert.x 1.2.3. I've already started work to upgrade that to 1.3.0. My testing has shown that Vert.x 1.3.0 and 1.2.3 instances *cannot* coexist in a cluster. I'll try to release the new version in a couple of days. [1]: https://wiki.jenkins-ci.org/display/JENKINS/Vert.x+Embedder [2]: https://github.com/jenkinsci/vertx-plugin [3]: http://javadoc.jenkins-ci.org/?hudson/model/queue/QueueTaskDispatcher.html -- Brian Lalor [email protected] https://github.com/blalor
