Skip to content

Commit f1a9e04

Browse files
committed
Base Jenkinsfile changes to bring in the new C* versions
1 parent 86f916f commit f1a9e04

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Jenkinsfile

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,15 @@ pipeline {
431431
</tr>
432432
<tr>
433433
<td><strong>4.0</strong></td>
434-
<td>Apache Cassandra&reg; v4.x (<b>CURRENTLY UNDER DEVELOPMENT</b>)</td>
434+
<td>Apache Cassandra&reg; v4.0.x</td>
435+
</tr>
436+
<tr>
437+
<td><strong>4.1</strong></td>
438+
<td>Apache Cassandra&reg; v4.1.x</td>
439+
</tr>
440+
<tr>
441+
<td><strong>5.0</strong></td>
442+
<td>Apache Cassandra&reg; v5.0.x (<b>CURRENTLY UNDER DEVELOPMENT</b>)</td>
435443
</tr>
436444
<tr>
437445
<td><strong>dse-5.1</strong></td>
@@ -715,9 +723,9 @@ pipeline {
715723
axes {
716724
axis {
717725
name 'SERVER_VERSION'
718-
values '3.0', // Previous Apache Cassandra
719-
'3.11', // Current Apache Cassandra
720-
'4.0', // Development Apache Cassandra
726+
values '3.11', // Previous Apache Cassandra
727+
'4.1', // Previous Apache Cassandra
728+
'5.0', // Current Apache Cassandra
721729
'dse-5.1.35', // Legacy DataStax Enterprise
722730
'dse-6.8.30' // Development DataStax Enterprise
723731
}

0 commit comments

Comments
 (0)