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
{{ message }}
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
The Release Health Detail widget stays in the state of in progress (blue with round arrow) for a release which contains tasks that execute tests that do not all pass. Removing the test tasks allows the widget to display a success state (green with check). The desired behavior is that the widget would turn either yellow or red to match the state of the release.
This particular release is setup with a single stage that has two jobs. The first job deploys the code (RESTful API) to the environment and the second job uses Newman(PostMan) to execute a series of requests to the RESTful API.
Here is an image of the release tasks:
The text was updated successfully, but these errors were encountered:
We have this exact issue. It would be great if the block turns yellow or red (depending on the "Show rejected releases as failed" checkbox?) when not all the tests are successful.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Release Health Detail widget stays in the state of in progress (blue with round arrow) for a release which contains tasks that execute tests that do not all pass. Removing the test tasks allows the widget to display a success state (green with check). The desired behavior is that the widget would turn either yellow or red to match the state of the release.
This particular release is setup with a single stage that has two jobs. The first job deploys the code (RESTful API) to the environment and the second job uses Newman(PostMan) to execute a series of requests to the RESTful API.
Here is an image of the release tasks:
The text was updated successfully, but these errors were encountered: