Skip to content

Commit 92d4600

Browse files
authored
Update JENKINS-FILE
1 parent 351cdd8 commit 92d4600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JENKINS-FILE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline{
2525
stage("code qa by checkstyle"){
2626
steps{
2727
sh 'mvn checkstyle:checkstyle'
28-
recordIssues(tools: [pmdParser()])
28+
recordIssues(tools: [checkStyle()])
2929
}
3030
}
3131
stage("code package"){

0 commit comments

Comments
 (0)