You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/01/18 08:43:02 UTC

[cassandra-builds] 01/02: Revert "In Jenkins don't archive all the TEST xml files (INFRA-21307)"

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 <mc...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org