Settings and activity
5 results found
-
60 votes
An error occurred while saving the comment -
2 votes
An error occurred while saving the comment Rory Primrose commented
This would require a configuration entry against the machine for the RDP port. Ideally it would also support the assignment of the username as this should also be able to be stored in the RDP file.
Rory Primrose supported this idea ·
-
96 votes
Rory Primrose shared this idea ·
-
68 votes
Until we implement this feature, the work around would be to monitor the deployment using the API and cancel it if a timeout has been reached.
I have written up a script (https://octopus.com/blog/automating-octopus-with-azure-functions) that retrieves all running deployments for a project and cancels it if:
- it has been running for more that 30 minutes
- the first step has been running fro more than 20 minutes
- the first step has not output any logs in 5 minutesThis can run as a scheduled task. Alternatively you can use the subscriptions feature to kick off a piece of code (eg Azure function) that does this polling, as described in this blog post: https://octopus.com/blog/automating-octopus-with-azure-functions
— Robert W
Rory Primrose shared this idea ·
-
1 vote
Rory Primrose shared this idea ·
Support for Let's Encrypt should also apply to the Octopus Server itself. I would like to see Octopus Server renew its own certificate to make it more hands-off.
I also use the same certificate for the RDP session. Bonus points for OD server setting the RDP thumbprint to the renewed certificate from Let's Encrypt.