I fail to see how Mule would help in Continuous Integration scenarios

afaik Mule is an Enterprise Service Bus, which can be useful in enterprise application integration scenarios,
but imo it is really is not useful in the context of continuous integration of Python programs.
This commit is contained in:
Marijn van der Zee
2016-03-13 17:30:57 +01:00
parent 7921fec0ab
commit 4d8ae2a694
-11
View File
@@ -31,17 +31,6 @@ Buildbot
automate the compile/test cycle to validate code changes.
Mule
-----
`Mule <http://www.mulesoft.org/documentation/display/current/Mule+Fundamentals>`_
is a lightweight integration platform that enables you to connect anything,
anywhere. You can use Mule to intelligently manage message routing, data
mapping, orchestration, reliability, security and scalability between nodes.
Plug other systems and applications into Mule and let it handle all the
communication between systems, enabling you to track and monitor everything
that happens.
Tox
---