ctest integration with CI/CD

Hi all,

Would like to get your view on recommended integrations with Ctest for test dashboards, apart from CDash. We have Jenkins CI/CD, any recommendations for jenkins would be welcome, to visualize test results and measurements. Any other suggestions/ideas are also welcome.

Thanks.

@jcfr Do you have Jenkins/CTest experience?

I know CTest can generate JUnit output for test runs; I believe Jenkins has support for that at least.

Update: SO I was able to use the junit xml report on jenkins, with the junit plugin of jenkins. Works without any issues :slight_smile:

Would like to know if we can somehow add “Measurements” to the junit xml report as well.

Sounds like a good feature request to create.