Skip to content

Adds a null check to build notifications

Phil Hughes requested to merge build-notification-null into master

What does this MR do?

For some reason the CI status being returned was null which the JavaScript wasn't ready for. This was causing null notifications to be displayed to the user. This changes the check test to check for null & then return.

What are the relevant issue numbers?

Closes #27948 (closed)

Merge request reports