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

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new c586cca  ninja fix typo in Jenkinsfile
c586cca is described below

commit c586cca2b3cac996881671bfc771f3c7c37d62e2
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Feb 16 17:27:24 2022 -0600

    ninja fix typo in Jenkinsfile
---
 .jenkins/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index f213045..8df18ec 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -158,7 +158,7 @@ pipeline {
                 always {
                     warnError('missing test xml files') {
                         script {
-                            copyTestResults('cqlsh-test', cqlsh.getNumber())
+                            copyTestResults('cqlsh-tests', cqlsh.getNumber())
                         }
                     }
                 }

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

Reply via email to