You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/01/05 13:52:32 UTC

qpid-jms git commit: NO-JIRA: move to 'on_finish' since 'after_test' doesnt always run after the tests, push artifact manually since 'artifacts' hook doesnt always run

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 <ro...@apache.org>
Authored: Tue Jan 5 12:43:58 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org