Skip to content

Commit c0c83cf

Browse files
authored
Remove unneeded buildPlugin configuration
Checkstyle and spotbugs are being enabled by default in jenkins-infra/pipeline-library#121, (assuming that checkstyle is bound to a phase in the build directly, the task is no longer directly invoked)
1 parent 86ae2a5 commit c0c83cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildPlugin(platforms: ['linux'], jdkVersions: [8], findbugs: [archive: true, unstableTotalAll: '0'], checkstyle: [run: true, archive: true])
1+
buildPlugin(platforms: ['linux'], jdkVersions: [8])

0 commit comments

Comments
 (0)