Skip to content

Commit

Permalink
Archive *.hpi files
Browse files Browse the repository at this point in the history
  • Loading branch information
scaytrase committed May 1, 2017
1 parent ddafaea commit 5d93040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node('maven') {
sh "mvn -Dmaven.test.failure.ignore clean package"
}
stage('Results') {
junit '**/target/surefire-reports/TEST-*.xml'
archive 'target/*.jar'
archive 'target/*.hpi'
}
}
}

0 comments on commit 5d93040

Please sign in to comment.