The Mongo DB plugin is a XL Deploy plugin that enables executing scripts against a Mongo DB instance.
The gradle wrapper facilitates building the plugin. Use the following command to build using Gradle:
./gradlew clean assemble
The built plugin, along with other files from the build, can then be found in the build folder.
For the latest instructions on installing XL Deploy plugins, consult the associated documentation on docs.xebialabs.com.
The configuration items for this plugin:
- MongoDB Scripts (type mongodb.MongoDBScripts)
- MongoDB Client (type mongodb.MongoDBClient)
- Executed MongoDB Scripts (type mongodb.ExecutedMongoDBScripts)
To run MongoDB scripts during a deployment, you must have the MongoDBScripts configuration item in the deployment package and the MongoDBClient defined on the overthere host (infrastructure). Use the docs.xebialabs.com site for more information on deployments and the XL Deploy Unified Deployment Model (UDM).
Please review the contributing guidelines for xebialabs-community at http://xebialabs-community.github.io/
This community plugin is licensed under the MIT license.
See license in LICENSE.md