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 5e72389  ninja-fix – git clone github instead of gitbox.a.o
5e72389 is described below

commit 5e72389fdb5177e334a238e468e7f0ad1ed7aff8
Author: Mick Semb Wever <[email protected]>
AuthorDate: Thu Nov 14 15:16:04 2024 +0100

    ninja-fix – git clone github instead of gitbox.a.o
    
    ci-cassandra was failing on errors:
    fatal: unable to access 
'https://gitbox.apache.org/repos/asf/cassandra-builds.git/': Could not resolve 
host: gitbox.apache.org
---
 jenkins-dsl/cassandra_pipeline.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins-dsl/cassandra_pipeline.groovy 
b/jenkins-dsl/cassandra_pipeline.groovy
index 7013d87..8206a05 100644
--- a/jenkins-dsl/cassandra_pipeline.groovy
+++ b/jenkins-dsl/cassandra_pipeline.groovy
@@ -439,7 +439,7 @@ pipeline {
       stage('Summary') {
         steps {
             sh "rm -fR cassandra-builds"
-            sh "git clone --depth 1 --single-branch 
https://gitbox.apache.org/repos/asf/cassandra-builds.git";
+            sh "git clone --depth 1 --single-branch 
https://github.com/apache/cassandra-builds.git";
             sh "./cassandra-builds/build-scripts/cassandra-test-report.sh"
             junit '**/build/test/**/TEST*.xml,**/cqlshlib.xml,**/nosetests.xml'
             script {


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

Reply via email to