This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch jdk13
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/jdk13 by this push:
     new 216733e  investigating surefire-api
216733e is described below

commit 216733e177d2d1581a4d8d17c0b675a6f0142829
Author: tibordigana <[email protected]>
AuthorDate: Sun Jan 20 10:56:09 2019 +0100

    investigating surefire-api
---
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5bbcf74..14bf1b7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -183,6 +183,10 @@ def buildProcess(String stageKey, String jdkName, String 
jdkTestName, String mvn
         }
 
         if (currentBuild.result != null && currentBuild.result != 'SUCCESS') {
+            if (fileExists('surefire-api/target')) {
+                zip(zipFile: "surefire-api--${stageKey}.zip", dir: 
'surefire-api/target', archive: true)
+            }
+
             if (fileExists('maven-failsafe-plugin/target/it')) {
                 zip(zipFile: "maven-failsafe-plugin--${stageKey}.zip", dir: 
'maven-failsafe-plugin/target/it', archive: true)
             }

Reply via email to