Cusom variable value is not persistent

Hi

I am setting the value of a custom variable in postdeploy.ps1 below. The variable (GoAssistReleaseNo) is already created in GUI.

Set-OctopusVariable -Name “GoAssistReleaseNo” -Value $GoAssistReleaseNo

When deployment is finished that value does it persists.

Is there any way to save the value of custom variables which can persist until being overwritten by next deployment.

Cheers,

Hi Ripon,

No, this isn’t currently possible. it’s a feature we’d like to add in the future if we can figure out some of the issues around it.

Paul