debian-mirror-gitlab/app/views/ci/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.commit.short_sha %>
Author: <%= @build.commit.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 %>
2015-09-25 12:07:36 +05:30
Message: <%= @build.commit.git_commit_message %>
2015-10-24 18:46:33 +05:30
Url: <%= namespace_project_build_url(@build.gl_project.namespace, @build.gl_project, @build) %>