Skip to content

Commit 6d1874b

Browse files
committed
libcouchbase: restore list of server versions
1 parent 0853a0d commit 6d1874b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libcouchbase/Jenkinsfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ pipeline {
438438
axes {
439439
axis {
440440
name 'CB_VERSION'
441-
values '7.0.0' // '5.5.6', '6.0.5', '6.5.2', '6.6.2'
441+
values '7.0.0', '6.6.3', '6.5.2', '6.0.5', '5.5.6'
442442
}
443443
}
444444
agent { label 'sdkqe-centos7' }

libcouchbase/lcb-lnx-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pipeline {
281281
axes {
282282
axis {
283283
name 'CB_VERSION'
284-
values '7.0.0' // '5.5.6', '6.0.5', '6.5.2', '6.6.2'
284+
values '7.0.0', '6.6.3', '6.5.2', '6.0.5', '5.5.6'
285285
}
286286
}
287287
agent { label 'sdkqe-centos7' }

libcouchbase/lcb-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ pipeline {
467467
axes {
468468
axis {
469469
name 'CB_VERSION'
470-
values '7.0.0' // '5.5.6', '6.0.5', '6.5.2', '6.6.2'
470+
values '7.0.0', '6.6.3', '6.5.2', '6.0.5', '5.5.6'
471471
}
472472
}
473473
agent { label 'sdkqe-centos7' }

0 commit comments

Comments
 (0)