Environment Variable Management
Users can add frequently used parameters and authentication information as environment variables to use when creating build pipelines.
Getting Started with Environment Variable Management
To manage environment variables used in build pipelines, follow these steps:
- Main page, click the Project card. Move to the Project Dashboard page.
- On the Project Dashboard page, click the Build/Deployment > Environment Variable Management menu in the left menu. Move to the Environment Variable Management page.
Adding Environment Variables
Adding Parameter Environment Variables
Parameter environment variables play the role of Linux Environment variables and are used in the NAME=VALUE format.
To add a parameter environment variable, follow these steps:
- On the Environment Variable Management page, click the Add button. The Add Environment Variable popup window opens.
- In the Add Environment Variable popup window, select Parameter as the type.
- Enter the information and click the Save button.
- In the confirmation popup window, click the Confirm button to complete the addition.
| Item | Description |
|---|---|
| Name | Enter the parameter name. |
| Value | Enter the parameter value. |
| Description | Enter a description for user reference. |
Adding Authentication Information Environment Variables
Authentication information environment variables store authentication information for use. Authentication information required for stages can be easily used (preventing duplicate input) by registering and sharing it in advance.
To add an authentication information environment variable, follow these steps:
- On the Environment Variable Management page, click the Add button. The Add Environment Variable popup window opens.
- In the Add Environment Variable popup window, select Authentication Information as the type.
- Enter the information and click the Save button.
- In the confirmation popup window, click the Confirm button to complete the addition.
| Item | Description |
|---|---|
| Name | Enter the name of the authentication information. |
| Classification | Select a classification value
|
| Authentication Type | Select the authentication type. |
| ID | Enter the ID. |
| Password/Private Key | Enter the password or private key according to the authentication type. |
| Description | Enter a description for user reference. |
Modifying Environment Variables
To modify an environment variable, follow these steps:
- On the Environment Variable Management page, click the environment variable you want to modify. The Modify Environment Variable popup window opens.
- In the Modify Environment Variable popup window, modify the desired item and click the Save button.
- In the confirmation popup window, click the Confirm button to complete the modification.
Deleting Environment Variables
To delete an environment variable, follow these steps:
Deleting from the List
- On the Environment Variable Management screen, select the checkbox of the environment variable you want to delete.
- On the Environment Variable Management screen, click the Delete button.
- In the confirmation popup window, click the Confirm button to complete the deletion.
Deleting from the Environment Variable Modification Popup Window
- On the Environment Variable Management screen, click the environment variable you want to delete. The Modify Environment Variable popup window opens.
- In the Modify Environment Variable popup window, click the Delete button.
- In the confirmation popup window, click the Confirm button to complete the deletion.