-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Support adding parameters to the context.xml with environment variables
E.g.
environment:
PARAM_companyName: "My Company, Incorporated"
PARAM_companyName_DESCRIPTION: "Name of the company"
PARAM_companyName_OVERRIDE: "false"or
environment:
PARAM_CMPYNAME_NAME: "companyName"
PARAM_CMPYNAME_VALUE: "My Company, Incorporated"
PARAM_CMPYNAME_DESCRIPTION: "Name of the company"
PARAM_CMPYNAME_OVERRIDE: "false"could yield:
<Context path="/abc">
...
<Parameter name="companyName"
description="Name of the company"
value="My Company, Incorporated"
override="false"
/>
...
</Context>Metadata
Metadata
Assignees
Labels
No labels