add jenkins file

This commit is contained in:
TechPrimers
2017-06-18 02:03:35 +05:30
parent c4a0cf16d8
commit c3049e6e9f

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
maven: 'maven_3_5_0') {
sh 'mvn install -Dmaven.test.failure.ignore=true'
}
junit 'surefire-reports/**/*.xml'
junit 'surefire-reports/*.xml'
}
}
stage('Deploy') {