Skip to content
Snippets Groups Projects
Commit 5de54a71 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

no longer TODO

parent be414d48
Branches
Tags
1 merge request!6019Add a new pipeline email service
Pipeline #
module Emails module Emails
module Pipelines module Pipelines
def pipeline_succeeded_email(params, to) def pipeline_succeeded_email(params, to)
pipeline_mail(params, to, 'succeeded') # TODO: missing template pipeline_mail(params, to, 'succeeded')
end end
   
def pipeline_failed_email(params, to) def pipeline_failed_email(params, to)
pipeline_mail(params, to, 'failed') # TODO: missing template pipeline_mail(params, to, 'failed')
end end
   
private private
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment