diff --git a/Jenkinsfile b/Jenkinsfile index f3618d6615f1..5207208553b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,7 +126,9 @@ pipeline { runbld(stashedTestReports: stashedTestReports, project: env.REPO) } cleanup { - notifyBuildResult(prComment: true, slackComment: true, slackNotify: (isBranch() || isTag())) + notifyBuildResult(prComment: true, + slackComment: true, slackNotify: (isBranch() || isTag()) + analyzeFlakey: true, flakyReportIdx: "reporter-beats-pipeline-master") } } }