hi fellow jenkins users we have a multiconfiguration project where one axis reads "release, development, testing". in case of "testing" we're compiling and running unit tests (boost unit tests, actually). we would like to use the xunit post-build task to report the test results, but we need xunit to ignore the other cases (release, development) where no test results are produced. xunit obviously fails if it does not find any xml files. i tried the "flexible publish" plugin, but it does not work with xunit.
any other ideas? TIA, simon