Skip to content

Commit a3257d8

Browse files
committed
Add static analysis configuration of Jenkinsfile.
1 parent a126ca1 commit a3257d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
buildPlugin(useAci: true)
1+
@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

Comments
 (0)