Hi Team,
We have a Release Pipeline in Azure DevOps which Performs Several Task. This Task include creation of new release in octopus projects, Deploy on untenanted and tenanted.
This Pipeline works seamlessly but sometimes its failing while deploying on untenanted or tenanted with Octopus Service unavailable. Pipeline gets automatically triggered as per the schedule, but if it get failed with above error we have to go on octopus, navigate through that project and deploy the pending tenants. This seems like the api call sent to octopus is not reachable. From last 3 days the deployment is failing with above Error.
Let me know how can this issue be avoided. Also is there any retry mechanism I can use to deploy the pending tenants if such error occurs again?
Error Message:
Octopus_Error.txt (2.1 KB)
2022-05-06T11:04:56.6932070Z body {font-family:Arial; margin-left:40px; }img { border:0 none; }#content { margin-left: auto; margin-right: auto }#message h2 { font-size: 20px; font-weight: normal; color: #000000; margin: 34px 0px 0px 0px }#message p { font-size: 13px; color: #000000; margin: 7px 0px 0px0px}#errorref { font-size: 11px; color: #737373; margin-top: 41px }Service unavailable
Our services aren’t available right now
We’re working to restore all services as soon as possible. Please check back soon.
2022-05-06T11:04:56.6939398Z Error from Octopus Server (HTTP 503 ServiceUnavailable)
2022-05-06T11:04:56.6947267Z Exit code: -7
2022-05-06T11:04:56.7218687Z ##[error]"Failed to deploy release. The process ‘C:\hostedtoolcache\windows\octo\7.4.3663\x64\octo.cmd’ failed with exit code 4294967289
Error: The process ‘C:\hostedtoolcache\windows\octo\7.4.3663\x64\octo.cmd’ failed with exit code 4294967289
at ExecState._setResult (D:\a_tasks\OctopusDeployRelease_8ca1d96a-151d-44b7-bc4f-9251e2ea6971\3.1.131\node_modules\azure-pipelines-task-lib\toolrunner.js:942:25)
at ExecState.CheckComplete (D:\a_tasks\OctopusDeployRelease_8ca1d96a-151d-44b7-bc4f-9251e2ea6971\3.1.131\node_modules\azure-pipelines-task-lib\toolrunner.js:925:18)
at ChildProcess. (D:\a_tasks\OctopusDeployRelease_8ca1d96a-151d-44b7-bc4f-9251e2ea6971\3.1.131\node_modules\azure-pipelines-task-lib\toolrunner.js:838:19)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
Regards,
Ritvij Iyer