summaryrefslogtreecommitdiff
path: root/app/views/notify/build_fail_email.text.erb
blob: 2a94688a6b060e4714f890e33f1df91beda250ba (plain)
1
2
3
4
5
6
7
8
9
10
11
Job failed for <%= @project.name %>

Status:   <%= @build.status %>
Commit:   <%= @build.pipeline.short_sha %>
Author:   <%= @build.pipeline.git_author_name %>
Branch:   <%= @build.ref %>
Stage:    <%= @build.stage %>
Job:      <%= @build.name %>
Message:  <%= @build.pipeline.git_commit_message %>

Url:      <%= namespace_project_build_url(@build.project.namespace, @build.project, @build) %>