Skip to content

Update pipeline failed notification emails to refer to jobs

Patrick Talbert requested to merge (removed):job_not_build into master

What does this MR do?

The current pipeline failed notification emails refer to failures of builds. This is confusing to some users who assume their pipeline failed because of a problem with the 'build' job when really it could be any job that failed.

Fix this by updating the email text to correctly refer to the failures being those of jobs, not builds.

Screenshots (strongly suggested)

Before After
before-out after-out

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

  • N/A

Security

  • [Y] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
Edited by Patrick Talbert

Merge request reports