This commit is contained in:
KVKR31 2023-08-04 14:45:08 +05:30
parent 826d66db64
commit e648ef5678

5
Jenkinsfile vendored
View file

@ -24,13 +24,8 @@ pipeline {
}
stage('build') {
steps {
<<<<<<< HEAD
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
junit testResults : '**/target/surefire-reports/TEST-*.xml'
=======
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
junit testResults: '**/target/surefire-reports/TEST-*.xml'
>>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c
}
}
}