Boas Enkler
Boas Enkler

Reputation: 12557

Continua with Octopus deploy "RessourceNotFound" and breaking changes

I want to setup continua ci with octo deploy. In the past I was able to do it. but now with newer version of octodeploy it seems difficult

First continua didn't find a matching agent because the Octo.Default.Path wasn't resolved. I found out that it searches an octo.exe

but in the current octodeploy there is none enter image description here

So I changed it to point to the octo.server.exe Now the build starts but it gets a "ressource not found" response. So i'm not sure i

The only documentation I can find is from 2014

Does somebody know if my change in the path is correct or even better if there is a more current documentation?

Upvotes: 0

Views: 54

Answers (1)

sparkplug
sparkplug

Reputation: 1366

The Octo.Default property collector in Continua CI is looking for the Octopus CLI executable. This needs to be installed on the agent, and added to the PATH of the Continua CI Agent service user, for the property collector to pick up the executable. The Octo.Default property collector is used for the Octo Pack and Octo Push actions. These actions are not required if using the MSBuild actions and Octopus Deploy build event handler as described in the blog you linked to. See also my reply to your forum post.

Upvotes: 2

Related Questions