Skip to content

Commit

Permalink
Fixes junit pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 18, 2019
1 parent 228c18f commit 3dfa9ae
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 @@ -69,7 +69,7 @@ pipeline {

post {
always {
junit '**/target/surefire-reports/*.xml **/target/failsafe-reports/*.xml'
junit '**/target/*-reports/*.xml'
deleteDir()
}

Expand Down

0 comments on commit 3dfa9ae

Please sign in to comment.