diff --git a/Jenkinsfile b/Jenkinsfile index 6c3255b54e9..211f1bc948f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { agent { node { label 'linux' } } options { timeout(time: 30, unit: 'MINUTES') } steps { - mavenBuild("jdk11", "install checkstyle:check -DskipTests -Pcheckstyle", "maven3", true) + mavenBuild("jdk11", "install checkstyle:check -DskipTests", "maven3", true) recordIssues( enabledForFailure: true, aggregatingResults: true, tools: [java(), checkStyle(pattern: '**/target/checkstyle-result.xml', reportEncoding: 'UTF-8')]