I'm trying to update a global variable that contains authentication token. This token must be updated every 90 days. what is the atlassian code to do so?
Found from online there is com.atlassian.bamboo.configuration.variable.ConfigureGlobalVariables. how to initialize it and add bamboo plan to run periodically and update authentication token.