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 committed Jan 17, 2024
1 parent 205982c commit 76e5d1f
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 @@ -37,7 +37,7 @@ pipeline {
repository/target/repository/**')
junit '**/target/surefire-reports/*.xml'
discoverGitReferenceBuild referenceJob: 'eclipse.pde/master'
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()], qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]
recordIssues publishAllIssues: true, tools: [eclipse(pattern: '**/target/compilelogs/*.xml'), mavenConsole(), javaDoc()], qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]
}
}
}
Expand Down

0 comments on commit 76e5d1f

Please sign in to comment.