This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 6ddf4709ec87dd4c48ff9e837d71aefc03cdb6f9 Author: Matt Sicker <[email protected]> AuthorDate: Sat Apr 4 19:14:06 2020 -0500 Remove double notification --- Jenkinsfile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6cb5b5d..a6193aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,22 +67,6 @@ pipeline { } } post { - regression { - slackSend channel: 'logging', - color: 'warning', - message: ":disappear: Regression detected in ${env.BUILD_URL}" - mail to: '[email protected]', - replyTo: '[email protected]', - subject: "Regression in Jenkins build of ${env.JOB_NAME} (${env.BUILD_NUMBER})", - body: """ -There is a new regression detected in ${env.JOB_NAME}. - -Build: ${env.BUILD_URL} -Logs: ${env.BUILD_URL}console -Tests: ${env.BUILD_URL}testReport/ -Changes: ${env.BUILD_URL}changes -""" - } fixed { slackSend channel: 'logging', color: 'good',
