From f6fdca26804d5cee6cf63e8cb285f2a772f41594 Mon Sep 17 00:00:00 2001 From: tulasi16 <77191672+tulasi16@users.noreply.github.com> Date: Sat, 9 Jan 2021 01:48:42 -0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6a9e95ed..d680bead 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,11 +13,11 @@ pipeline { echo 'codereview..' sh script: '/opt/apache-maven-3.6.3/bin/mvn -P metrics pmd:pmd' } - post { - success { - recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') - } - } + //#post { + // # success { + // # recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') + // #} + // } } stage('unit-test') { steps {