Hi Everyone,
I wonder if anyone has had or implemented a deployment window / time/date restriction to deployments?
Example of what I would love to achieve:
- Channel A: Urgent deployment that can happen at any time
- Channel B: A minor change that can happen at the next minor change window
- Channel C: A major change that can happen at the next major change window
Any deployment that’s attempted outside of the designated change window should just be queued till the next available window (There may need to be some logic that manages things like replacing deployments with newer releases before window etc)
Currently I’m planning on implementing this behaviour in a very manual way, relying on people and process - but it’d be great to manage this using octopus. Scheduled deployments are hidden behind a number of clicks and it’s not easy to provide documentation/consistency to this. Automating this means that our process can be represented and very visual, whilst also removing human error.
I can’t see a good way to add deployment windows/timeframes to encourage the above behaviour.
A more concrete example might be Read-Only Friday - adding a built-in restriction that requires override for a deployment to go out.