c5f5ce8807
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
11 lines
399 B
Text
11 lines
399 B
Text
Job 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) %>
|