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
24 lines
756 B
Text
24 lines
756 B
Text
- content_for :header do
|
|
%h1{ style: "background: #38CF5B; color: #FFF; font: normal 20px Helvetica, Arial, sans-serif; margin: 0; padding: 5px 10px; line-height: 32px; font-size: 16px;" }
|
|
GitLab (job successful)
|
|
|
|
%h3
|
|
Project:
|
|
= link_to namespace_project_url(@project.namespace, @project) do
|
|
= @project.name
|
|
|
|
%p
|
|
Commit: #{link_to @build.short_sha, namespace_project_commit_url(@build.project.namespace, @build.project, @build.sha)}
|
|
%p
|
|
Author: #{@build.pipeline.git_author_name}
|
|
%p
|
|
Branch: #{@build.ref}
|
|
%p
|
|
Stage: #{@build.stage}
|
|
%p
|
|
Job: #{@build.name}
|
|
%p
|
|
Message: #{@build.pipeline.git_commit_message}
|
|
|
|
%p
|
|
Job details: #{link_to "Job #{@build.id}", namespace_project_build_url(@build.project.namespace, @build.project, @build)}
|