I am trying to use Build-specific Bamboo variables that are available by default.
I have run into an odd scenario:
This is what is happening.
I am working on a Bamboo plan where I am using inline script from an SSH task and as part of the inline script, I am calling a shell script. In the shell script, I want to use the Bamboo variables. It seems, in the script the Bamboo variable are not accessible. But if I echo the variables in the same task, outside of the call,, the variables display the correct value.
To test accessing the bamboo variables, I created a task and executed the script as File instead of inline, the bamboo variables have a valid value inside the script.
Just realised that in SSH task there is no Inline or file option. So I am calling the script from the inline only and the values are not available from within the script from the SSH task. They are available in the simple task.
What is a solution for this?
Thanks
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.