Skip to content

Commit

Permalink
add jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPrimers committed Jun 17, 2017
1 parent 130c00a commit c4a0cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
maven: 'maven_3_5_0') {
sh 'mvn install -Dmaven.test.failure.ignore=true'
}
junit 'reports/**/*.xml'
junit 'surefire-reports/**/*.xml'
}
}
stage('Deploy') {
Expand Down

0 comments on commit c4a0cf1

Please sign in to comment.