This plugin allows configuring build and/or deployment of Documentum xCP Applications in jenkins.
This plugin was only tested with xCP 2.1 . However, it should also work with new versions.
Generate hpi package (mvn package) and upload the generated documentum-xcp-plugin.hpi file to your jenkins instance.
Just download the project and import it as Maven Project to your favorite IDE.
You can use the jenkins plugin tutorial to setup maven (info [here] plugin_tutorial_envsetup) settings.
Just execute goal hpi:run
$ mvn hpi:run
- Generate test scripts.
This plugin is licensed under Apache 2.0.
Check the wiki for more details on how to use the plugin.