Skip to content

Commit

Permalink
Merge pull request #717 from pzygielo/record-maven-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 1, 2020
2 parents 83a7be0 + 4dc828a commit 3b19fb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ spec:
}
}
}
post {
always {
node(null) {
recordIssues tools: [ mavenConsole(), java(), javaDoc() ], enabledForFailure: true
}
}
}
}
stage('sanity') {
agent any
Expand Down

0 comments on commit 3b19fb1

Please sign in to comment.