Skip to content

Commit

Permalink
Pipeline: all pom.xml files should be archived so that they can be pu…
Browse files Browse the repository at this point in the history
…blished to Jenkins central during the release.
  • Loading branch information
jan-molak committed May 2, 2016
1 parent fd095ba commit 063019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ node('hi-speed') {
mvn "clean verify --projects build-monitor-acceptance"
}

archive_artifacts 'build-monitor-plugin/target/*.hpi,build-monitor-plugin/pom.xml,build-monitor-acceptance/target/failsafe-reports/*-output.txt'
archive_artifacts 'build-monitor-plugin/target/*.hpi,pom.xml,build-monitor-plugin/pom.xml,build-monitor-acceptance/pom.xml,build-monitor-acceptance/target/failsafe-reports/*-output.txt'
archive_junit_results 'build-monitor-acceptance/target/failsafe-reports/TEST-*.xml'
archive_html 'Serenity', 'build-monitor-acceptance/target/site/serenity'
}
Expand Down

0 comments on commit 063019d

Please sign in to comment.