You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/05/04 07:26:52 UTC

[cassandra-builds] branch trunk updated: ninja-fix: cassandra-website CI to trigger off cassandra-4.1 builds as well

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 1fc9b5e  ninja-fix: cassandra-website CI to trigger off cassandra-4.1 builds as well
1fc9b5e is described below

commit 1fc9b5ee71dc37e1145f276ead5c680c6b3fe3db
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed May 4 09:26:20 2022 +0200

    ninja-fix: cassandra-website CI to trigger off cassandra-4.1 builds as well
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index ff0ce71..cb13cbf 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -1356,7 +1356,7 @@ job('cassandra-website') {
         }
     }
     triggers {
-        upstream('Cassandra-3.11,Cassandra-4.0,Cassandra-trunk', 'UNSTABLE')
+        upstream('Cassandra-3.11,Cassandra-4.0,Cassandra-4.1,Cassandra-trunk', 'UNSTABLE')
         scm('H/5 * * * *')
     }
     steps {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org