This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new ba1923f Don't send email on failure as it's unnecessary. (#2104)
ba1923f is described below
commit ba1923f32080ee6436024c94163f77c1c551eeaf
Author: Sean Goller <[email protected]>
AuthorDate: Thu Jul 5 09:32:29 2018 -0700
Don't send email on failure as it's unnecessary. (#2104)
---
ci/pipelines/pull-request/base.yml | 11 -----------
ci/pipelines/pull-request/pr-template.yml | 4 ----
2 files changed, 15 deletions(-)
diff --git a/ci/pipelines/pull-request/base.yml
b/ci/pipelines/pull-request/base.yml
index 60adff1..0fff3df 100644
--- a/ci/pipelines/pull-request/base.yml
+++ b/ci/pipelines/pull-request/base.yml
@@ -50,17 +50,6 @@ resources:
- geode-docs/*
- geode-book/*
-- name: send-notification-email
- type: email
- source:
- smtp:
- host: ((!source-email-server))
- port: "587"
- username: ((!source-email-username))
- password: ((!source-email-password))
- from: ((!source-email-address))
- to: [ ((!notification-email-address)) ]
-
groups:
- name: main
jobs:
diff --git a/ci/pipelines/pull-request/pr-template.yml
b/ci/pipelines/pull-request/pr-template.yml
index f8aa3fd..d659a84 100644
--- a/ci/pipelines/pull-request/pr-template.yml
+++ b/ci/pipelines/pull-request/pr-template.yml
@@ -76,10 +76,6 @@ jobs:
path: geode-unmerged-request
status: failure
context: $BUILD_JOB_NAME
- - put: send-notification-email
- params:
- subject: built-geode/subject
- body: built-geode/body
on_success:
aggregate:
- put: geode