From a53dc16dbd82f8194758710e24a79143a94e6773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Sat, 27 Jan 2024 15:52:05 +0100 Subject: [PATCH] Capture comparator and compile logs --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index aca975648d..6688774800 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,8 @@ pipeline { */target/work/data/.metadata/*.log,\ */tests/target/work/data/.metadata/*.log,\ apiAnalyzer-workspace/.metadata/*.log,\ - */target/artifactcomparison/**,\ + **/target/artifactcomparison/**,\ + **/target/compilelogs/**,\ repository/target/repository/**') junit '**/target/surefire-reports/*.xml' discoverGitReferenceBuild referenceJob: 'eclipse.pde/master'