Linux Environment Variables not referenced by Bamboo

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Problem

When running a build, some jobs require Environment Variables. In some cases, Bamboo may not pick them up when it starts. This article will show the diagnosis and solution for this issue on Unix machines.

Diagnosis

Environment

  • OS: Linux, Mac OS X

Diagnostic Steps

  • Please run the command declare -px to see whether the variable in question is declared correctly.

Cause

The root cause is unknown.

Solution

Resolution

If your variable appears in the declare -px output, please restart Bamboo.

If your variable does not appear in the declare -px output, please be sure that it is set using the export command so it is available in new Terminals. For example:

1 2 export VARIABLE_NAME=variable_value export FOO=bar

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.