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

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