| I am using the pipeline-maven-plugin with a project that runs multiple Maven times. One of the invocations uses the Eclipse Tycho toolchain to build a set of Eclipse plug-ins. When using Eclipse Tycho, tests are prepared and executed with the tycho-surefire-plugin, which places the results by default in the ${project.build.directory}/surefire-reports directory ( reference ). It would be great if the test results from tycho would be automatically picked up, just like the surefire and failsafe results. The affected build is at https://builds.apache.org/job/Sling/job/sling-ide-tooling/ ( although I might try to find a workaround in the meantime ) and is built using a regular Jenkinsfile and the Pipeline library from https://github.com/apache/sling-tooling-jenkins/. |