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
The following commit(s) were added to refs/heads/trunk by this push:
new 0c4d69f In Jenkins don't archive all the TEST xml files (INFRA-21307)
0c4d69f is described below
commit 0c4d69ff416b1d08c15bfaab20010252c825b4b5
Author: Mick Semb Wever <[email protected]>
AuthorDate: Wed Jan 13 22:26:11 2021 +0100
In Jenkins don't archive all the TEST xml files (INFRA-21307)
---
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 2b5eca6..670adbe 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('build/test/**/TEST-*.xml, **/*.head')
+ pattern('**/*.head')
allowEmpty()
fingerprint()
}
@@ -797,7 +797,7 @@ testTargets.each {
failOnError(false)
}
archiveArtifacts {
- pattern('build/test/**/TEST-*.xml, **/*.head')
+ pattern('**/*.head')
allowEmpty()
fingerprint()
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]