Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build_fail_email.text.erb « notify « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6de5dc10f179184ffdbf0591ff0380a42739ae0e (plain)
1
2
3
4
5
6
7
8
9
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) %>