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))
|
host: ((email-server))
|
||||||
port: "25"
|
port: "25"
|
||||||
anonymous: true
|
anonymous: true
|
||||||
|
skip_ssl_validation: true
|
||||||
from: ((email-from))
|
from: ((email-from))
|
||||||
to: ((email-to))
|
to: ((email-to))
|
||||||
- name: slack-alert
|
- name: slack-alert
|
||||||
|
|
Loading…
Reference in New Issue