summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_success_email.html.haml
blob: 64cf7cfe103379618a9fa2b20d9b27ae62fee469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.p
  Project:
  = @project.path_with_namespace
.p
  Branch:
  = @pipeline.ref
.p
  Commit:
  = @pipeline.short_sha
  (
  = @pipeline.sha
  )
.p
  Commit Message:
  = @pipeline.git_commit_message
.p
  Commit Author:
  = @pipeline.git_author_name
.p
  Pusher:
  = @pipeline.user.try(:name)
- failed = @pipeline.statuses.latest.failed
.p
  Pipeline #
  = @pipeline.id
  had succeeded.