From 84aa4e36ee549b21b7231bea6a8bb4b36a011742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 17 Jan 2024 14:10:14 +0100 Subject: [PATCH] Use the ECJ generated compiler logs to parse compiler problems --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 99a6a1a22f..248757caf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { always { archiveArtifacts artifacts: '*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log', allowEmptyArchive: true junit '**/target/surefire-reports/TEST-*.xml' - recordIssues tools: [eclipse(), java(), javaDoc(), mavenConsole()] + recordIssues tools: [eclipse(pattern: '**/target/compilelogs/*.xml'), javaDoc(), mavenConsole()] } } }