Skip to content

Commit

Permalink
Enable publication of Jenkins build code metrics as Github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Apr 29, 2023
1 parent 7477340 commit 59a2a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ pipeline {
*/target/work/data/.metadata/*.log, \
*/tests/target/work/data/.metadata/*.log, \
apiAnalyzer-workspace/.metadata/*.log')
publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())]
junit '**/target/surefire-reports/*.xml'
discoverGitReferenceBuild referenceJob: 'eclipse.pde/master'
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
}
}
}
Expand Down

0 comments on commit 59a2a32

Please sign in to comment.