I have done a bit of Googling in this area and have found many discussions about getting Jenkins to understand boost.test's XML output format, but no canonical reference.
Some people say we simply need to use XLST to convert the XML format, others suggest the XML needs some hacking before that (Anyone have an XSL to convert Boost.Test XML logs to a presentable format?). Some suggest the xUnit plugin can natively understand boost.test XML format, others state it can't
Because my search results span 5 years, I'm conscious that things could have changed. So I'm seeking an up to date answer about the best way to use Jenkins to run and evaluate boost unit tests.