CircleCI stopped sending notifications for fixed builds

Hello,
we’re having troubles with getting Slack notifications for the fixed builds. We had this option selected for many months, but from about two weeks, we did not receive any message of that type (last notification was sent on 29th of August). Sending messages about broken builds is working fine. Do you have any suggestions how to resolve that?
circleci_slack
Kind regards,
Mateusz Bełczowski

2 Likes

Do you happen to be running a workflow?

Yes, I’m using workflows option

workflows:
version: 2
test:
jobs:
- test-py2.7
- test-py3.6

We are having the same problem. Started around 9/11 or 9/12

The last time we received the notification for the fixed build was Aug 29

Hello,

Fixed notifications for workflows were disabled due to not behaving as expected and being confusing.

You can find that change documented in the changelog here https://circleci.com/changelog/#new-project-default-switch-cli-prompt-plan-updates-and-disabled-fixed-notification

If you are experiencing this issue in a non-workflows 2.0 job, please open a ticket here https://support.circleci.com/hc/en-us/requests/new so we can investigate.

Can you suggest any alternative solution?

You should still be getting success and fail statuses, you may need to disable the only fixed option in settings.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.