From 3f46f3112f02390d014fef3d019651e868d7e3a3 Mon Sep 17 00:00:00 2001 From: qtdevops Date: Sun, 27 Aug 2023 16:24:38 +0530 Subject: [PATCH] spc added again --- Jenkinsfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 81c27302f..734a1845c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,11 +25,11 @@ pipeline{ archiveArtifacts artifacts: '**/target/*.jar' } } - stage('junit_reports'){ - steps{ - junit '**/surefire-reports/*.xml' - } - } + // stage('junit_reports'){ + // steps{ + // junit '**/surefire-reports/*.xml' + // } + // } } post{ always{ @@ -56,6 +56,7 @@ pipeline{ and jenkins url is $env.JENKINS_URL""" } success{ + junit '**/surefire-reports/*.xml' echo 'Pipeline is success' mail to: 'goruputivenkatalahari@gmail.com', subject: 'The pipeline is success',