Verificando autenticación…

Skip to main content

eCargo pipeline does not detect "region" variable

Common Problems or Queries

  • eCargo pipeline fails because it cannot find the "region" variable
  • Error: "region" variable does not exist in PORT for INTG environment
  • Pipeline stops due to missing environment variable configuration

Solution

The problem is due to the "region" variable not being configured correctly in PORT for the INTG environment.

Steps to resolve:

  1. Verify configuration in PORT:

    • Access the INTG environment configuration in PORT
    • Review that the "region" variable is defined
  2. Configure the variable:

    • Add the "region" variable with the value corresponding to the environment
    • Verify that the syntax is correct
  3. Validate pipeline:

    • Run the pipeline again to confirm it detects the variable
    • Review logs to ensure there are no other related errors

Affected environment: INTG Reference ticket: ANDES-487