Skip to content

Commit f314d8a

Browse files
committed
ci: Temporarily deactivate PMD
1 parent e91c858 commit f314d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ pipeline {
5858
}
5959
steps {
6060
withMaven(jdk: env.JDK_TOOL_NAME, maven: env.MAVEN_TOOL_NAME) {
61-
sh 'mvn pmd:pmd pmd:cpd spotbugs:spotbugs'
61+
// sh 'mvn pmd:pmd pmd:cpd spotbugs:spotbugs'
62+
sh 'mvn spotbugs:spotbugs'
6263
}
6364
}
6465
post {

0 commit comments

Comments
 (0)