Hi,
Quick question about how environment variables work in bamboo.
Here is our setup:
A task that runs a command gmake unitTest. In the Bamboo GUI, we have setup PATH=<path to="" a="" jvm=""> ;${system.Path};
In our makefile, we set PATH=<path to="" openssl=""> ;%PATH%.
My question is this: In our makefile, does %PATH% evaluate to the PATH that Bamboo sets(that is: PATH=<path to="" a="" jvm=""> ;${system.Path};) or does it evaluate to the PATH default to the system?
This unknown behavior is causing unit test failures and this is about the only behavior I am unsure about that could be causing the unit test failures.
Hi Abhi
Did you try to check and set the variable settings in the Bamboo settings using the default feature? Following you can check the related doc:
https://confluence.atlassian.com/display/BAMBOO/Defining+global+variables
Cheers,
Paulo Renato
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.