vertx

Deprecated: This plugin has been marked as deprecated. In general, this means that this plugin is either obsolete, no longer being developed, or may no longer work.

More information about the cause of this deprecation, and suggestions on how to proceed may be found at https://github.com/jenkinsci/jenkins/pull/5526.

Vert.x embedder for Jenkins.

Reporting Bugs

Do not use Jira to report issues. Instead use GitHub Issues for this project. Feel free to also ask questions via Issues, as comments on this page are not monitored.

This plugin enables an embedded, clustered Vert.x instance within Jenkins. It exposes various events – such as run completions, item creates and updates, etc. – as messages on the Vert.x EventBus. It also allows verticles to act as QueueTaskDispatchers.

See the README and wiki for more information.

Requirements

Vert.x requires Java 7, therefore the Jenkins instance must be running on Java 7. Given that support for Java 6 ends in about 3 months, this shouldn't be a major concern.

History

1.0.1 – 2012-Nov-24

Issues closed for 1.0.1

1.0.0 – 2012-Nov-19

  • Initial release
  • Embeds Vert.x 1.2.3