Skip to content

Commit

Permalink
[hotfix] Do not spam slack with successful builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed Mar 18, 2022
1 parent f0d11a5 commit f63f03a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jenkinsfiles/benchmark.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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>)"
)
}
}
}
Expand Down

0 comments on commit f63f03a

Please sign in to comment.