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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git

commit 01aa5889d628cba628b0ffc651087d137e43c552
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Jan 18 09:37:26 2021 +0100

    Revert "In Jenkins don't archive all the TEST xml files (INFRA-21307)"
    
    This reverts commit 0c4d69ff416b1d08c15bfaab20010252c825b4b5.
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy 
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 670adbe..2b5eca6 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -241,7 +241,7 @@ matrixJob('Cassandra-template-test') {
     }
     publishers {
         archiveArtifacts {
-            pattern('**/*.head')
+            pattern('build/test/**/TEST-*.xml, **/*.head')
             allowEmpty()
             fingerprint()
         }
@@ -797,7 +797,7 @@ testTargets.each {
                 failOnError(false)
             }
             archiveArtifacts {
-                pattern('**/*.head')
+                pattern('build/test/**/TEST-*.xml, **/*.head')
                 allowEmpty()
                 fingerprint()
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to