<%@ page isELIgnored="true" %> <%@ taglib uri="cms" prefix="cms" %> Tool Integrations

Tool Integrations

AnthillPro ships with a number of built-in integrations with many of the tools used throughout the project's lifecycle. The integrations, which are implemented at the job and step levels, enable AnthillPro to distribute process execution and invoke third-party tools. For example, AnthillPro can perform work such as checking out code, running a build, or firing up a virtual machine.

In addition to driving other tools, AnthillPro acts as an information hub: the integrations enable AnthillPro to exchange information with other tools, and then perform actions based on the information. For example, when AnthillPro gets the changelog from an SCM, that information is stored in the AnthillPro data warehouse and then made available through the UI. For integrations with issue trackers, AnthillPro can add a comment to an existing issue, or even create an issue in the other tool. And for testing integrations, AnthillPro collects test results and can then provide you with metrics for both a single build and for many builds over time.

AnthillPro currently supports integrations with the following tool types:

If AnthillPro does not currently integrate with a tool you use, you can either contact us at or you try writing your own integration using the Plugins feature.