Skip to content

Commit

Permalink
Fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
James Dumay committed Jan 1, 2017
1 parent e360dc3 commit 91b1e7b
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 @@ -13,7 +13,7 @@ pipeline {
}
}

postBuild {
post {
success {
archive "**/target/**/*.jar"
junit '**/target/surefire-reports/*.xml'
Expand Down

0 comments on commit 91b1e7b

Please sign in to comment.