Hi,
I'm using a global variable in a deployment project. Its a password that I recently had to change. The deployment tasks still uses the old one. I checked in the database table called variable_definition and have confirmed that the DB holds my new valid password.
I've started and stopped the bamboo process wondering if it was a cache somewhere...
Suggestions??
Does it happen for new builds or just old builds that you rerun?
It happens when I try to run deploymet projects on old build results yes. If i create a new build results it will use the new variable-data. Didn't expect that behavior. All is well now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It happens when I try to run deploymet projects on old build results yes. If i create a new build results it will use the new variable-data. Didn't expect that behavior. All is well now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, Bamboo snapshots the variable state so that you get consistent build reruns
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is there is a way to force using current global variables instead of variables from snapshot? We are using global variables for storing servers list for deployment, now if we deploy some older build it is deployed only to part of servers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, no way. But you can run a custom build against the same revision. It will get the current variables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A suggestion ticket has been created covering this request:
Thank you.
best,
Gabriel Ribeiro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Gabriel.
I've voted for the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.