gitlab-org--gitlab-foss/app/views/notify/build_fail_email.text.erb

12 lines
397 B
Plaintext
Raw Normal View History

2015-08-26 01:42:46 +00:00
Build failed for <%= @project.name %>
Status: <%= @build.status %>
Commit: <%= @build.pipeline.short_sha %>
Author: <%= @build.pipeline.git_author_name %>
2015-10-02 11:46:38 +00:00
Branch: <%= @build.ref %>
Stage: <%= @build.stage %>
Job: <%= @build.name %>
Message: <%= @build.pipeline.git_commit_message %>
2015-08-26 01:42:46 +00:00
2015-12-04 11:55:23 +00:00
Url: <%= namespace_project_build_url(@build.project.namespace, @build.project, @build) %>