Skip to content

Commit

Permalink
jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmosmann committed Sep 13, 2017
1 parent ec05f8f commit 53904d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Expand Up @@ -14,4 +14,8 @@ node {
stage 'Build'
// Run the maven build
sh "${mvnHome}/bin/mvn clean install"

junit '**/target/surefire-reports/TEST-*.xml'
jacoco()
archiveArtifacts artifacts: 'target/site/jacoco/**', onlyIfSuccessful: true
}

0 comments on commit 53904d9

Please sign in to comment.