Skip to content

Commit

Permalink
Add 'post' section with 'junit' steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Oct 28, 2017
1 parent 2dc5ed5 commit a24ff53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ pipeline {
steps {
sh 'mvn test'
}
post {
always {
junit 'target/surefire-reports/*.xml'
}
}
}
stage('Deliver') {
steps {
Expand Down

0 comments on commit a24ff53

Please sign in to comment.