Skip to content

Commit 2df3fe3

Browse files
updates to manage install
1 parent e794fb3 commit 2df3fe3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

8.11.x/pipeline.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,17 @@ spec:
331331
params:
332332
- name: mas-instance-id
333333
value: "$(params.mas-instance-id)"
334+
- name: mas-workspace-id
335+
value: "$(params.mas-workspace-id)"
336+
- name: mas-workspace-name
337+
value: "$(params.mas-workspace-name)"
334338
taskSpec:
335339
workspaces:
336340
- name: ws
337341
params:
338342
- name: mas-instance-id
343+
- name: mas-workspace-id
344+
- name: mas-workspace-name
339345
steps:
340346
- name: run-mas-cli
341347
image: quay.io/ibmmas/cli:latest
@@ -345,8 +351,12 @@ spec:
345351
export MAS_CONFIG_DIR=$(workspaces.ws.path)/masconfig
346352
export IBM_ENTITLEMENT_KEY=$(cat $(workspaces.ws.path)/ek.dat)
347353
export MAS_APP_ID=manage
354+
export MAS_WORKSPACE_ID=$(params.mas-workspace-id)
355+
export MAS_WORKSPACE_NAME=$(params.mas-workspace-name)
356+
export MAS_APPWS_BINDINGS_JDBC=workspace-application
348357
349-
export MAS_APPWS_COMPONENTS="base=8.7.0"
358+
export MAS_APPWS_COMPONENTS="base=latest,health=latest"
359+
export MAS_APP_SETTINGS_DEMODATA=true
350360
351361
export CPD_INSTALL_PLATFORM="true"
352362
export CPD_INSTALL_COGNOS="true"

0 commit comments

Comments
 (0)