This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new cd5c3f8 In the Jenkins devbranch fix the collection of cqlsh-tests
artifacts. Spotted by Robert Stupp.
cd5c3f8 is described below
commit cd5c3f89a9a40205e6faf8c4c36fdf370fb0fb2c
Author: mck <[email protected]>
AuthorDate: Tue Apr 21 13:02:02 2020 +0200
In the Jenkins devbranch fix the collection of cqlsh-tests artifacts.
Spotted by Robert Stupp.
---
jenkins-dsl/cassandra_pipeline.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins-dsl/cassandra_pipeline.groovy
b/jenkins-dsl/cassandra_pipeline.groovy
index 086cd25..ed11a75 100644
--- a/jenkins-dsl/cassandra_pipeline.groovy
+++ b/jenkins-dsl/cassandra_pipeline.groovy
@@ -185,14 +185,14 @@ pipeline {
success {
warnError('missing test xml files') {
script {
- copyTestResults('cqlsh-test')
+ copyTestResults('cqlsh-tests')
}
}
}
unstable {
warnError('missing test xml files') {
script {
- copyTestResults('cqlsh-test')
+ copyTestResults('cqlsh-tests')
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]