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?
Asked
Active
Viewed 1,312 times
4
-
2you can create a new release with the old packages, and the new release will pick up the changed process. – Ajay Bhasy Feb 21 '18 at 07:12
1 Answers
7
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.

Dalmiro Granas
- 671
- 1
- 4
- 11