added daybuild for jenkins in declarative pipeline

This commit is contained in:
thanusha 2023-08-04 16:54:23 +05:30
parent b4e06f4e8b
commit 08e6405a95

View file

@ -24,8 +24,8 @@ pipeline {
} }
stage('reporting') { stage('reporting') {
steps { steps {
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar', junits: '**/target/surefire-reports/TEST-*.xml',
junit testResults: '**/target/surefire-reports/TEST-*.xml' archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
} }
} }
} }