summaryrefslogtreecommitdiff
path: root/app/views/notify/build_success_email.text.erb
blob: c5ed4f84861c0979e5e462acfb6d0d1200250b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
Build 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) %>