You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/02/16 23:28:27 UTC

[cassandra] branch cassandra-3.0 updated: ninja fix typo in Jenkinsfile

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