gitlab-org--gitlab-foss/app/views/notify/build_success_email.text.erb

12 lines
401 B
Text
Raw Normal View History

2015-08-25 21:42:46 -04:00
Build successful for <%= @project.name %>
Status: <%= @build.status %>
Commit: <%= @build.pipeline.short_sha %>
Author: <%= @build.pipeline.git_author_name %>
2015-10-02 07:46:38 -04:00
Branch: <%= @build.ref %>
Stage: <%= @build.stage %>
Job: <%= @build.name %>
Message: <%= @build.pipeline.git_commit_message %>
2015-08-25 21:42:46 -04:00
2015-12-04 06:55:23 -05:00
Url: <%= namespace_project_build_url(@build.project.namespace, @build.project, @build) %>