This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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:

    1. Main page, click the Project card. Move to the Project Dashboard page.
    2. 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:

    1. On the Environment Variable Management page, click the Add button. The Add Environment Variable popup window opens.
    2. In the Add Environment Variable popup window, select Parameter as the type.
    3. Enter the information and click the Save button.
    4. In the confirmation popup window, click the Confirm button to complete the addition.
    ItemDescription
    NameEnter the parameter name.
    ValueEnter the parameter value.
    DescriptionEnter a description for user reference.
    Table. Parameter Environment Variable Addition Input Items

    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:

    1. On the Environment Variable Management page, click the Add button. The Add Environment Variable popup window opens.
    2. In the Add Environment Variable popup window, select Authentication Information as the type.
    3. Enter the information and click the Save button.
    4. In the confirmation popup window, click the Confirm button to complete the addition.
    ItemDescription
    NameEnter the name of the authentication information.
    ClassificationSelect a classification value
    • Development: Authentication information can only be used in development-type build pipelines.
    • Operation: Authentication information can only be used in operation-type build pipelines.
    Authentication TypeSelect the authentication type.
    IDEnter the ID.
    Password/Private KeyEnter the password or private key according to the authentication type.
    DescriptionEnter a description for user reference.
    Table. Authentication Information Environment Variable Addition Input Items

    Modifying Environment Variables

    To modify an environment variable, follow these steps:

    1. On the Environment Variable Management page, click the environment variable you want to modify. The Modify Environment Variable popup window opens.
    2. In the Modify Environment Variable popup window, modify the desired item and click the Save button.
    3. 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

    1. On the Environment Variable Management screen, select the checkbox of the environment variable you want to delete.
    2. On the Environment Variable Management screen, click the Delete button.
    3. In the confirmation popup window, click the Confirm button to complete the deletion.

    Deleting from the Environment Variable Modification Popup Window

    1. On the Environment Variable Management screen, click the environment variable you want to delete. The Modify Environment Variable popup window opens.
    2. In the Modify Environment Variable popup window, click the Delete button.
    3. In the confirmation popup window, click the Confirm button to complete the deletion.