Unable to access environment variable in Bamboo Build Plan

Maryo_David
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 23, 2020

I have a Bamboo Build Plan, with the following set of tasks.

  1. Source Code Checkout
  2. Artifactory Generic Resolve (To Get the zip file from Artifactory)
  3. Script (To Extract the contents of zip file and to set to CATALINA_HOME & PATH environment variable)
  4. Ant (For Build)

Task 3 has the following content in it:

APP_HOME=${bamboo.build.working.directory}
unzip $APP_HOME/tomcat/apache-tomcat-6.0.45-windows-x64.zip
export CATALINA_HOME=$APP_HOME/tomcat/apache-tomcat-6.0.45
export PATH="$PATH:$CATALINA_HOME/bin"

But when I execute 4th Task (Ant), the Build is not considering the CATALINA_HOME & PATH variable which is set as part of Task 3. What is wrong here? Why am I not able to access the environment variable that is set in Task 3?

1 answer

1 accepted

2 votes
Answer accepted
Boris Van Hardeveld
Atlassian Partner
June 23, 2020

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events