Added Jenkins file

This commit is contained in:
shaikkhajaibrahim 2019-01-05 08:18:26 +05:30
parent 391e135906
commit 004e86d9d3

4
Jenkinsfile vendored
View file

@ -10,9 +10,7 @@ node {
sh 'mvn package' sh 'mvn package'
} }
stage('show test results') {
junit 'target/surefire-reports/*.xml'
}
stage ('archival') { stage ('archival') {
// archiving artifacts // archiving artifacts