Hi All,
In our setup we have one main Jenkins project, which gets triggered by GitHub commits. When this project builds, it is defined to build a number of other projects. Those projects run the actual tests.
Each of these ‘sub’ projects produces a JUnit report on the page of the specific build that ran on that project. The problem here is since we have 4 sub projects, running different tests, you need to look in four separate places to see errors if tests are failing.
Does anyone know of a way to aggregate JUnit tests from different projects in Jenkins to one single ‘master’ project?