You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.Error("This error is most likely occurring while executing Octo.exe as part of an automated build process. The following doc is recommended to get some tips on how to troubleshoot this: https://g.octopushq.com/OctoexeTroubleshooting");
+1, just ran into this when our build system passed a build despite octo.exe returning -3.
We'll add an additional check to fix this on our side, but would be nice to just have positive exit codes.
There are quite a few return codes in
OctopusCLI/source/Octopus.Cli/CliProgram.cs
Lines 130 to 193 in 1b171fd
These should be positive (byte) numbers.
The text was updated successfully, but these errors were encountered: