Skip to content

Commit

Permalink
Use the ECJ generated compiler logs to parse compiler problems
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and akurtakov committed Jan 17, 2024
1 parent 947a63c commit 84aa4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
}
}
}
Expand Down

0 comments on commit 84aa4e3

Please sign in to comment.