Added the new chnges in jenkinsfile

This commit is contained in:
n 2023-03-07 15:20:23 +05:30
parent 8ea5c95dd2
commit 315a72b91e

7
Jenkinsfile vendored
View file

@ -13,12 +13,5 @@ pipeliene {
sh 'mvn package'
}
}
stage( 'post build' ) {
steps {
archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar'
onlyIfSuccesful: true
junit testResults: '**/test-results/test/TEST-*.xml'
}
}
}
}