I am getting below error when I try to package application from TFS build:
2019-06-14T15:44:43.4270316Z ##[section]Starting: BusinessAPI_Package
2019-06-14T15:44:43.4270316Z ==============================================================================
2019-06-14T15:44:43.4270316Z Task : Package Application
2019-06-14T15:44:43.4270316Z Description : Package your application into a NuPkg or Zip file.
2019-06-14T15:44:43.4270316Z Version : 3.0.222
2019-06-14T15:44:43.4280317Z Author : Octopus Deploy
2019-06-14T15:44:43.4280317Z Help : Version: 3.0.222. More Information
2019-06-14T15:44:43.4280317Z ==============================================================================
2019-06-14T15:44:44.3621251Z Attempting to contact https://g.octopushq.com to find latest CLI tools
2019-06-14T15:45:05.4112298Z ##[error]Error: connect ETIMEDOUT 104.42.229.199:443
2019-06-14T15:45:05.4112298Z ##[error]Failed to execute octo pack command. connect ETIMEDOUT 104.42.229.199:443
2019-06-14T15:45:05.4182305Z ##[section]Finishing: BusinessAPI_Package
Please help me to figure out this.
Thanks in Advance
Thanks for getting in touch! I’m sorry to hear you’re hitting this issue. I suspect you’re hitting this timeout due to some sort of network connectivity issue, like firewall rules. Is it possible something like that is causing this issue?
If that’s the cause and it’s something that isn’t easily remedied, you could potentially work around this by adding another step to install another TFS version and use the embedded one to avoid having to download it.
I hope this helps! Let me know if I’ve misunderstood the issue you’re hitting or if you have any further questions moving forward.