From 609c3658d434f0df215cf2eba0d2290a8373ebd6 Mon Sep 17 00:00:00 2001 From: thanusha Date: Fri, 4 Aug 2023 17:22:50 +0530 Subject: [PATCH] added daybuild for jenkins in declarative pipeline --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 038f4a040..60febdacd 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('reporting') { steps { - junits: '**/target/surefire-reports/TEST-*.xml', + junits: '**/target/surefire-reports/TEST-*.xml' archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar' } }