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