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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 908aeff  PHOENIX-6056 Migrate from builds.apache.org by August 15 
(addendum: fix node selection, clean up workDir)
908aeff is described below

commit 908aeff8de70878f5f34277682c24226f42241e4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Aug 24 20:40:31 2020 +0200

    PHOENIX-6056 Migrate from builds.apache.org by August 15 (addendum: fix 
node selection, clean up workDir)
---
 Jenkinsfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a9b094b..1b7fb6d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,6 @@ pipeline {
     stages {
         stage('MatrixBuild') {
             matrix {
-                agent any
 
                 axes {
                     axis {
@@ -70,8 +69,8 @@ pipeline {
                         }
                         post {
                             always {
-                               junit '**/target/surefire-reports/TEST-*.xml'
-                               junit '**/target/failsafe-reports/TEST-*.xml'
+                                junit '**/target/surefire-reports/TEST-*.xml'
+                                junit '**/target/failsafe-reports/TEST-*.xml'
                             }
                         }
                     }
@@ -96,6 +95,9 @@ pipeline {
 """
                        )
                     }
+                    cleanup {
+                        deleteDir()
+                    }
                 }
             }
         }

Reply via email to