Contact Us 1-800-596-4880

Continuous Integration

Mule Runtime Engine versions 3.5, 3.6, and 3.7 reached End of Life on or before January 25, 2020. For more information, contact your Customer Success Manager to determine how you can migrate to the latest Mule version.

With all the previous emphasis on testing, setting up continuous integration for your project should look like a no-brainer. By using Maven as your build tool, you’ll be able to set-up a build that gets triggered on every project change and run all its unit and functional tests automatically.

There are plenty of continuous integration tools out there. To name a few: Hudson, TeamCity and Bamboo are popular choices.

If you’ve opted for using real transports in your functional test cases, you will have to pay attention to potential port conflicts that could occur in your continuous build server.

If your target deployable is a web application and not a Mule application, consider using Junit Integration Test Runner for running your functional tests and avoiding port conflicts.