Hi Team,
On Azure DevOps server we are using the “Create Octopus Release” step as a part of our automatic deployment process. However a few days ago we started receiving this error:
Attempting to contact https://g.octopushq.com to find Octopus CLI tool version latest
##[error]Error: Request timeout: /octopus-tools/latest.json
##[debug]Processed: ##vso[task.issue type=error;]Error: Request timeout: /octopus-tools/latest.json
##[error]Error: Unable to locate and download the latest Octopus CLI tool. To use the embedded copy or another specific version, add the Octopus CLI installer task to the build pipeline before this task.
I tried the url https://g.octopushq.com/octopus-tools/latest.json from my browser and I got an error 404. Is it possible to make this link work again? I have tried this on different networks so a network issue on my side is ruled out.
I know that I can add the “Octopus CLI Installer” task but I would like to avoid adding it to like 30 build definitions.
Thanks!
Geza