Skip SSL validation in send-email build task
See gh-22490
This commit is contained in:
parent
9bd60f6554
commit
893adb40e2
|
@ -114,6 +114,7 @@ resources:
|
|||
host: ((email-server))
|
||||
port: "25"
|
||||
anonymous: true
|
||||
skip_ssl_validation: true
|
||||
from: ((email-from))
|
||||
to: ((email-to))
|
||||
- name: slack-alert
|
||||
|
|
Loading…
Reference in New Issue