Jenkins : MongoDB Plugin

Plugin Information

View MongoDB on the plugin site for more information.

The current version of this plugin may not be safe to use. Please review the following warnings before use:

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

Attachments: