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
ilog.error(event.diagnostics.message) seems to be able to return a nil in diagnostics.
E, [2016-11-30T17:29:59.362336 #29481] ERROR -- : Deployment �[0;34;49md-WI31N9YBJ�[0m failed with status 'Stopped'
undefined method `message' for nil:NilClass (at /home/jenkins/jobs/workspace/sf-start-stage/apigems/ruby/2.3.0/gems/moonshot-1.0.0.rc1/lib/moonshot/deployment_mechanism/code_deploy.rb:304:in ```
And at this point we cannot really trap a decent error so that we might be able to retry 'something'
The text was updated successfully, but these errors were encountered:
I had a launch that somehow failed to have a successful code deployment #39 and to move things along, I stopped the code deploy via the AWS console.
it appears that
ilog.error(event.diagnostics.message)
seems to be able to return a nil in diagnostics.The text was updated successfully, but these errors were encountered: