Skip to content

Commit

Permalink
fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Feb 3, 2022
1 parent a347388 commit dbf6ba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/simple-java-maven-app/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ pipeline {

post {
success {
junit allowEmptyResults: true, testResults: "target/surefire-reports/*.xml"
}
junit allowEmptyResults: true, testResults: "target/surefire-reports/*.xml"
}
}
}

0 comments on commit dbf6ba3

Please sign in to comment.