-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not report failed deployment correctly #46
Comments
Here's some extra info: ```
and the corresponding EB log:
|
Hm... interesting. Ok, I'll keep that in mind and push a change for it shortly ok? |
another case with the same problem:
|
We currently use the following script after deploy-step to verify the correct version was deployed. where ${VERSION}-timestamp-${BUILD_TIMESTAMP} is our Version Label Format
Posting as it might be useful for someone. |
In our bot (python) I do something similar:
|
If a deployment failed, EB will return status green with a previous build deployed. This causes the plugin to think deployment is successful, but it is not. It should instead check to make sure the version labels match after the deployment turns green. If they don't match, then the deployment has failed.
The text was updated successfully, but these errors were encountered: