Skip to content

Support Parameters #2

@benformosa

Description

@benformosa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions