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') {
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'
}
}
}