Using the Octopus Command line I am trying to run the following command, and receive the below error.
PS D:\Dev\octo33> .\Octo.exe create-release --project MCM4 --version 2.0.1 --server http://deploy/ --apiKey [redacted] --deployto CCI --progress --waitfordeployment --deploymenttimeout=00:00:30
Handshaking with Octopus server: http://deploy
Handshake successful. Octopus version: 3.3.0-beta0002; API version: 3.0.0
Authenticated as: [redacted]
Finding project: MCM4
Finding deployment process for project: MCM4
Error from Octopus server (HTTP 200): Unable to process response from server: Error reading string. Unexpected token: St
artObject. Path ‘Steps[1].Actions[1].Properties.SQLReleaseTargetPassword’, line 244, position 42… Response content: {
“Id”: “deploymentprocess-Projects-25”,
“ProjectId”: “Projects-25”,
“Steps”: [
{
Exit code: -7
If I run this plan (which was migrated to 2.6) manually, it works fine.