This question may have been addressed already, but could not immediately find a discussion on it.
We are in-process of implementation Octopus Deploy in our organization, and it looks like the octo.exe utility could be set up in a job scheduler to automatically deploy releases at night, for example.
I see Octopus supports deploying at a later time, which is good, however we’re wondering about setting up a repeating schedule, if we wanted.
It looks like octo.exe needs to be given the version number of a package to deploy, unless I missed something.
Is there a way to tell either Octo.exe or the Octopus GUI to deploy version say 5.0 of packages at a later time, if version 5.0 does not yet exist?
Thanks.