Create Environment

Creates an environment for the specified application.
Table 1. Input properties for the Create Environment step
Name Type Description Required
Application Name String The name of the application the environment will be created for. Yes
Environment Name String The name of the environment to be created. Yes
Append Unique Suffix Boolean Check this box if you want to guarantee your environment name is unique. No
Description String A description of of the environment to be created. No
Require Approvals Boolean Check this box if the environment will require approval from an approval process to install versions or snapshots. No
Properties String Properties to be set on the new environment, using Java™ property file syntax. No
Component Mappings String JSON-formatted array of component mappings to create, such as: [{'component':'JPetStore-APP','resource':'jpetstore-sit-web'}] No

Feedback