add jenkins file

This commit is contained in:
TechPrimers
2017-06-18 02:05:31 +05:30
parent c3049e6e9f
commit b853097ff8

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 'target/surefire-reports/*.xml'
}
}
stage('Deploy') {