Skip to content

Commit 5ee56d6

Browse files
barkhachoithanipengzhouml
authored andcommitted
DEVO-769: updateML rpm version to 11.1 (#116)
added ml rpm version 11.1 and K8 version option
1 parent a6df526 commit 5ee56d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pipeline {
178178

179179
parameters {
180180
string(name: 'emailList', defaultValue: emailList, description: 'List of email for build notification', trim: true)
181-
choice(name: 'ML_VERSION', choices: '11.0\n12.0\n10.0\n9.0', description: 'MarkLogic version. used to pick appropriate docker image')
181+
choice(name: 'ML_VERSION', choices: '11.1\n12.0\n10.0\n9.0', description: 'MarkLogic version. used to pick appropriate docker image')
182182
booleanParam(name: 'KUBERNETES_TESTS', defaultValue: true, description: 'Run kubernetes tests')
183183
string(name: 'dockerReleaseVer', defaultValue: '1.0.2', description: 'Current Docker version. (e.g. 1.0.1)', trim: true)
184184
choice(name: 'PREV_ML_VERSION', choices: '10.0\n9.0', description: 'Previous MarkLogic version for MarkLogic upgrade tests')

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dockerImage?=ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos:11.0.20230307-centos-1.0.2
1+
dockerImage?=ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos:11.1.20230329-centos-1.0.2
22
prevDockerImage?=ml-docker-dev.marklogic.com/marklogic/marklogic-server-centos:10.0-20230307-centos-1.0.2
33
kubernetesVersion?=v1.25.8
44
## System requirement:

0 commit comments

Comments
 (0)