debian-mirror-gitlab/app/views/notify/build_success_email.text.erb

12 lines
401 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
Build successful for <%= @project.name %>
Status: <%= @build.status %>
Commit: <%= @build.pipeline.short_sha %>
Author: <%= @build.pipeline.git_author_name %>
2015-10-24 18:46:33 +05:30
Branch: <%= @build.ref %>
2015-11-26 14:37:03 +05:30
Stage: <%= @build.stage %>
Job: <%= @build.name %>
Message: <%= @build.pipeline.git_commit_message %>
2015-09-25 12:07:36 +05:30
2015-12-23 02:04:40 +05:30
Url: <%= namespace_project_build_url(@build.project.namespace, @build.project, @build) %>