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 bef941f commit ff890fc
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 @@ -30,7 +30,7 @@ pipeline {
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'
discoverGitReferenceBuild referenceJob: 'eclipse.platform.ui/master'
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
recordIssues publishAllIssues: true, tools: [eclipse(pattern: '**/target/compilelogs/*.xml'), mavenConsole(), javaDoc()]
}
}
}
Expand Down

0 comments on commit ff890fc

Please sign in to comment.