SLING-7245 - Validate pull requests using Jenkins

Explicitly archive tycho test results
diff --git a/Jenkinsfile b/Jenkinsfile
index f7ffaf4..ebd23f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,6 +38,8 @@
                     wrap([$class: 'Xvfb']) {
                         sh 'mvn -f eclipse clean verify'
                     }
+                    // workaround for https://issues.jenkins-ci.org/browse/JENKINS-55889
+                    junit 'eclipse/**/surefire-reports/*.xml' 
                     archiveArtifacts artifacts: 'eclipse/**/logs/*.log'
                 }
             }