diff --git a/Jenkinsfile b/Jenkinsfile index 2c8626f..6fb84a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,10 +2,4 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ -buildPlugin( - findbugs: [ - run: true, - archive: true, - unstableTotalAll: 0 - ], -) +buildPlugin()