9 lines
338 B
Text
9 lines
338 B
Text
Build failed for <%= @project.name %>
|
|
|
|
Status: <%= @build.status %>
|
|
Commit: <%= @build.commit.short_sha %>
|
|
Author: <%= @build.commit.git_author_name %>
|
|
Branch: <%= @build.ref %>
|
|
Message: <%= @build.commit.git_commit_message %>
|
|
|
|
Url: <%= namespace_project_build_url(@build.gl_project.namespace, @build.gl_project, @build) %>
|