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 a126ca1 commit a3257d8Copy full SHA for a3257d8
Jenkinsfile
@@ -1 +1,5 @@
1
-buildPlugin(useAci: true)
+@Library('pipeline-library@code-coverage') _
2
+
3
+buildPlugin(failFast: false,
4
+ checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]],
5
+ pmd: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]] )
0 commit comments