You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2022/03/18 11:16:16 UTC

[flink-benchmarks] 01/02: [hotfix] Do not spam slack with successful builds

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git

commit f63f03a99e6f7e670cc9e49d2f64ccf0fc8025bb
Author: Piotr Nowojski <pi...@gmail.com>
AuthorDate: Fri Mar 18 09:40:16 2022 +0100

    [hotfix] Do not spam slack with successful builds
---
 jenkinsfiles/benchmark.jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/jenkinsfiles/benchmark.jenkinsfile b/jenkinsfiles/benchmark.jenkinsfile
index 572eb0e..758e01d 100644
--- a/jenkinsfiles/benchmark.jenkinsfile
+++ b/jenkinsfiles/benchmark.jenkinsfile
@@ -64,10 +64,6 @@ timestamps {
                 }
                 stage('Cleanup') {
                     sh "rm -rf ~/.m2/repository/org/apache/flink/flink-shaded*"
-                    slackSend (
-                            channel: "#flink-dev-benchmarks",
-                            message: "Build finished ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
-                    )
                 }
             }
         }