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 jukzi committed Jan 19, 2024
1 parent 89f56ac commit 8fb4c0b
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 @@ -25,7 +25,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: '*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log', allowEmptyArchive: true
publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())]
publishIssues issues:[scanForIssues(tool: eclipse(pattern: '**/target/compilelogs/*.xml')), scanForIssues(tool: mavenConsole())]
}
}
}
Expand Down

0 comments on commit 8fb4c0b

Please sign in to comment.