Drillster / drone-email

Drone plugin for sending email notifications
Apache License 2.0
45 stars 43 forks source link

Pipeline with trigger and step with when condition does not fire #47

Closed webfrank closed 3 years ago

webfrank commented 3 years ago

Hi, I have a pipeline with a trigger and the notify with a when condition but the email is not sent:

`kind: pipeline type: docker name: build

steps:

trigger: event:

This pipeline fires whenever I tag a version but the notify step is skipped also without the include:)

mjwwit commented 3 years ago

I'm not sure how I missed this... Sorry for the late response. Please replace your notify step with some generic image and echo something. If this also doesn't work your problem is your pipeline and you should either refer to the Drone documentation or their community to locate and resolve your issue.

webfrank commented 3 years ago

Hi, I forgot about this issue. The problem was in gogs not firing the correct webhook. Updating gogs made the pipeline work again with failure and success email. Sorry to not have closed before the issue.