Repository: qpid-jms Updated Branches: refs/heads/master 3ee908394 -> b32a56b2e
NO-JIRA: move to 'on_finish' since 'after_test' doesnt always run after the tests, push artifact manually since 'artifacts' hook doesnt always run Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b32a56b2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/b32a56b2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/b32a56b2 Branch: refs/heads/master Commit: b32a56b2e58ea8cb853a0fb9bfae62fec8649caa Parents: 3ee9083 Author: Robert Gemmell <[email protected]> Authored: Tue Jan 5 12:43:58 2016 +0000 Committer: Robert Gemmell <[email protected]> Committed: Tue Jan 5 12:43:58 2016 +0000 ---------------------------------------------------------------------- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/b32a56b2/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 98c3bbf..8079123 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,13 +23,10 @@ build_script: test_script: - mvn clean install -B -after_test: +on_finish: - ps: | 7z a -r surefire-reports.zip '**\target\surefire-reports\*' - -artifacts: - - path: 'surefire-reports.zip' - name: 'Surefire Reports' + Push-AppveyorArtifact surefire-reports.zip -DeploymentName 'Surefire Reports' cache: - C:\maven\apache-maven-3.3.3 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
