Richard Banks
Richard Banks

Reputation: 2983

Octopus deployment not picking up a process change

I encountered an error in one of our deployments today so i applied a fix to one of the processes and tried again, however the fix was not picked up. I found i had to create a new release. Is there anyway to force octopus to pick up a change if you try to run the current release again?

Upvotes: 4

Views: 1840

Answers (1)

Dalmiro Granas
Dalmiro Granas

Reputation: 711

That's a core concept in Octopus and its as design. Check the Release Snapshots section of the documentation.

You can update the variables for an already-created release, but not the steps.

Upvotes: 7

Related Questions