We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6bc90 commit 98ac85bCopy full SHA for 98ac85b
Jenkinsfile
@@ -1 +1,3 @@
1
-buildPlugin(jdkVersions: [11, 17])
+buildPlugin(jdkVersions: [11, 17],
2
+ spotbugs: [qualityGates: [[threshold: 5, type: 'TOTAL', unstable: true]]]
3
+)
0 commit comments