Skip to content

Commit

Permalink
don't run findbugs on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed May 22, 2022
1 parent 79ee62a commit e9e059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def integrationTest(platform, jdk, kubectlVersion) {
}
}
stage('tests') {
infra.runWithJava('mvn clean -Dgroups=org.jenkinsci.plugins.kubernetes.cli.KubectlIntegrationTest test findbugs:check', jdk)
infra.runWithJava('mvn clean -Dgroups=org.jenkinsci.plugins.kubernetes.cli.KubectlIntegrationTest test', jdk)
}
}
}
Expand Down

0 comments on commit e9e059c

Please sign in to comment.