From 08e6405a9586b598b487088f01e21d8e940cdf0d Mon Sep 17 00:00:00 2001 From: thanusha Date: Fri, 4 Aug 2023 16:54:23 +0530 Subject: [PATCH] added daybuild for jenkins in declarative pipeline --- jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 1f4556599..24dfd98bc 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -24,8 +24,8 @@ pipeline { } stage('reporting') { steps { - archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar', - junit testResults: '**/target/surefire-reports/TEST-*.xml' + junits: '**/target/surefire-reports/TEST-*.xml', + archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar' } } }