Is is possible to use a global variable into an instance startup script

Neculai Amarghioalei September 3, 2018

I would like to know if possible to set a global variable as a password.

Use that global variable into an remote agent instance configuration script to set a secret env variable.

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 11, 2018

Hi Neculai,

Global variables are not accessible from the startup script text field. I'm afraid you won't be able to save/use credentials that way.

It seems you need those credentials before the agent comes up, otherwise you could just use a plan variable for that, calling it during build time on a script task.

You can create/update environment variables during the startup script, as described in Instance startup script samples - Atlassian Documentation (Appending the path variable), but then you will need to use only the content added in the startup script text field or any external call (REST, SSH, etc) to get the information you want and load it in your variable.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events