Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Feb 24, 2018
1 parent 4dfa5a2 commit 19ba015
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!groovy

buildPlugin()
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */

buildPlugin(
findbugs: [
run: true,
archive: true,
unstableTotalAll: 0
],
)

0 comments on commit 19ba015

Please sign in to comment.