diff --git a/Jenkinsfile b/Jenkinsfile index fc3e338e3..2bf2861b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -133,7 +133,7 @@ pipeline { always { recordIssues( enabledForFailure: true, - tool: checkStyle(pattern: '**/target/checkstyle-result.xml') + tool: checkstyle(pattern: '**/target/checkstyle-result.xml') ) } }