Hi folks
I am using octopus version 3.13.8
Given the following steps:
I deploy version 1.0.0 of my app into an environment sucessfully. The app already has a trigger to auto deploy enabled with force redeploy on.
I disable the machine
I update variable ABC and then refresh the variables in release 1.0.0
I enable the machine
Auto deploy triggers and automatically redeploys my app for me again as expected and it suceeds.
Does the second deploy (the auto redeployment) use the version of variable ABC from the first deployment or the refreshed one? From the looks of my testing is does not get the updated variable value and uses a snapshot from the first deploy even though it has been “refreshed” but I cannot see this behaviour documented anywhere. It does make sense to me but trying to confirm the behaviour and work out if this is bug or feature? if a feature can this be added to the docs please on the triggers Q&A page.
Thanks!