MongoDB

The Jenkins project announced an unresolved security vulnerability affecting the current version of this plugin (why?):

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 in the documentation below.
This plugin is up for adoption! We are looking for new maintainers. Visit our Adopt a Plugin initiative for more information.

This plugin provides MongoDB integration capabilities.

Start mongod before job running, and stop after job finished.

Setting MongoDB Installation

Using installed MongoDB.

Or install automatically.

Job Settings

  • Data Directory
    • Directory to store files. (--dbpath option)
    • Default is ${WORKSPACE}/data/db
    • Before job starting, this directory will clean.
  • Port
    • Running mongod with specify a different port. (--port option)

Version History

Version 1.3 (Feb 20, 2013)

  • Added support for passing additional startup options and start timeout.
  • Fixed java.io.NotSerializableException

Version 1.2 (Jan 10, 2013)

Version 1.1 (Aug 13, 2011)

  • Fixed running on Windows.

Version 1.0 (Jun 12, 2011)

  • Initial release