DEV Community

Tech Community for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

Jenkins Plugin for webMethods Integration Server

Deploy to webMethods Integration Server Plugin for Jenkins

Jenkins is a popular open-source tool to automate software release (build, test and deploy) processes. It is widely used in projects based on webMethods Integration Server.

webMethods Asset Build Environment (ABE) provides out-of-the-box scripts to automate the build process. However, automating the deployment process can be challenging because of the dynamic nature of the project automator XML file.

The new plugin Deploy to webMethods Integration Server for Jenkins simplifies the deployment of webMethods Integration Server assets (packages and configuration). Thus, no need to write custom scripts or manually generate project automator XML file.

Plugin Configuration

Deploy to webMethods Integration Server plugin does the following tasks in the background

  1. Generates the project automator XML file.
  2. Creates a Deployer project from the generated project automator XML file.
  3. Deploy asset composites (already created using ABE) to the target webMethods Integration Server or group.

Details on how to install the plugin, minimum requirements and documentation can be found at Deploy to webMethods Integration Server.

Read full topic

Top comments (0)