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 435dbf1
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 @@ -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 435dbf1

Please sign in to comment.