gitlab-org--gitlab-foss/app/views/notify/pipeline_success_email.text...

8 lines
318 B
Plaintext

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.