Skip to content

Commit

Permalink
Jenkinsfile: archive FindBugs report
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Dec 10, 2017
1 parent 6bdc81a commit 7e8ea4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -46,6 +46,7 @@ pipeline {
always {
junit '**/build/test-results/**/TEST-*.xml'
archive 'tests/*/hs_err_pid*.log'
archive '**/build/reports/findbugs/*'
}

changed {
Expand Down

0 comments on commit 7e8ea4e

Please sign in to comment.