We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a9e04 commit c42aaf7Copy full SHA for c42aaf7
Jenkinsfile
@@ -408,8 +408,10 @@ pipeline {
408
name: 'ADHOC_BUILD_AND_EXECUTE_TESTS_SERVER_VERSION',
409
choices: [
410
'3.0', // Previous Apache Cassandra
411
- '3.11', // Current Apache Cassandra
412
- '4.0', // Development Apache Cassandra
+ '3.11', // Previous Apache Cassandra
+ '4.0', // Previous Apache Cassandra
413
+ '4.1', // Previous Apache Cassandra
414
+ '5.0', // Current Apache Cassandra
415
'dse-5.1.35', // Legacy DataStax Enterprise
416
'dse-6.8.30', // Development DataStax Enterprise
417
'ALL'],
0 commit comments