You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 jobs. Job 1 is always successful, job 2 and 3 always fail. Global configuration: send always mail (for successful and failed jobs). But for job3, I want to override this behaviour: I want to receive mail only if job3 fails.
This doesn't work, I get: mail.go:57 ▶ ERROR Mail error: "dial tcp :0: connect: connection refused"
In my opinion, the global configuration can be overridden (partially) in the job definition. In this case, I must also define ALL mail properties (like host, user, password) on the job definition. So, basically, if I add
Consider following example:
I have 3 jobs. Job 1 is always successful, job 2 and 3 always fail. Global configuration: send always mail (for successful and failed jobs). But for job3, I want to override this behaviour: I want to receive mail only if job3 fails.
This doesn't work, I get:
mail.go:57 ▶ ERROR Mail error: "dial tcp :0: connect: connection refused"
In my opinion, the global configuration can be overridden (partially) in the job definition. In this case, I must also define ALL mail properties (like host, user, password) on the job definition. So, basically, if I add
then it works
The text was updated successfully, but these errors were encountered: