From b10540bd1961f4fd7a398a7f1acf1069f8dcefb2 Mon Sep 17 00:00:00 2001 From: batchusivaji <123230969+batchusivaji@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:44:28 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7db59dbf0..8c1d69535 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,8 @@ pipeliene { steps { archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar' onlyIfSuccesful: true - junit testresults: '**/test-results/test/TEST-*.xml' + junit testResults: '**/test-results/test/TEST-*.xml' } } -} + } +}