Skip to content

Commit 98ac85b

Browse files
committed
Riase threshold for spotBugs
1 parent ff6bc90 commit 98ac85b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
buildPlugin(jdkVersions: [11, 17])
1+
buildPlugin(jdkVersions: [11, 17],
2+
spotbugs: [qualityGates: [[threshold: 5, type: 'TOTAL', unstable: true]]]
3+
)

0 commit comments

Comments
 (0)