Skip to content

Commit

Permalink
Collect and publish Tycho compiler warnings to the Jenkins web interf…
Browse files Browse the repository at this point in the history
…ace (#319)
  • Loading branch information
ptziegler authored Dec 14, 2023
1 parent fca18b0 commit c2be6d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pipeline {
allowEmptyResults: true,
testResults: '**/target/surefire-reports/*.xml'
)
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
}
failure {
script {
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
<version>${tycho.version}</version>
<configuration>
<encoding>UTF-8</encoding>
<compilerArgs>
<args>-verbose</args>
<args>-proceedOnError</args>
</compilerArgs>
<log>xml</log>
<logDirectory>${project.build.directory}/ecj</logDirectory>
<showWarnings>true</showWarnings>
</configuration>
</plugin>

Expand Down

0 comments on commit c2be6d8

Please sign in to comment.