tektoncd / catalog

Catalog of shared Tasks and Pipelines.
Apache License 2.0
662 stars 576 forks source link

Sendmail task is failing #1285

Closed sudhishmk closed 3 weeks ago

sudhishmk commented 3 months ago

Expected Behavior -: Send mail task should be able to successfully send mail as configured

Actual Behavior -: Task fails and it doesn't send mails

Steps to Reproduce the Problem

  1. Configure to use sendmail task in the pipeline yaml
  2. Start the pipeline with required parameters
  3. sendmail task will fail

Additional Info

sudhishmk commented 3 months ago

Created PR for the fix.

sudhishmk commented 3 weeks ago

Closing the issue, as the PR got merged.