Вопрос

I want to know if anyone out there has tried to using ColdFusion project using the CFWheels framework on Jenkins - Continuous integration server ?

I know Jenkins has support for MXUnit but if I use the CFWheels framework I would be using RocketUnit not MXUnit. Would there be any support for RocketUnit on Jenkins? or anything glue that might make the 2 work ?

Это было полезно?

Решение

Jenkins supports CFWheels only through some plugins that convert the RocketUnit output to JUnit XML. As specified in the link here https://groups.google.com/forum/#!topic/cfwheels/zgeTzLm1IHs provided by @Matt Busche, we can integrate RocketUnit tests with Jenkins.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top