Skip to content

Commit c42aaf7

Browse files
committed
Missed an update of the actual choices
1 parent f1a9e04 commit c42aaf7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,10 @@ pipeline {
408408
name: 'ADHOC_BUILD_AND_EXECUTE_TESTS_SERVER_VERSION',
409409
choices: [
410410
'3.0', // Previous Apache Cassandra
411-
'3.11', // Current Apache Cassandra
412-
'4.0', // Development Apache Cassandra
411+
'3.11', // Previous Apache Cassandra
412+
'4.0', // Previous Apache Cassandra
413+
'4.1', // Previous Apache Cassandra
414+
'5.0', // Current Apache Cassandra
413415
'dse-5.1.35', // Legacy DataStax Enterprise
414416
'dse-6.8.30', // Development DataStax Enterprise
415417
'ALL'],

0 commit comments

Comments
 (0)