added daybuild for jenkins in declarative pipeline

This commit is contained in:
thanusha 2023-08-04 17:22:50 +05:30
parent 02d3f7bea0
commit 609c3658d4

View file

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