summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_success_email.text.erb
blob: 6821d1f4459829dbc3bdf09a88b5942dc4511d57 (plain)
1
2
3
4
5
6
7
Project: <%= @project.path_with_namespace %>
Branch: <%= @pipeline.ref %>
Commit: <%= @pipeline.short_sha %> (<%= @pipeline.sha %>)
Commit Message: <%= @pipeline.git_commit_message %>
Commit Author: <%= @pipeline.git_author_name %>
Pusher: <%= @pipeline.user.try(:name) %>
Pipeline #<%= @pipeline.id %> had succeeded.