diff --git a/Jenkinsfile b/Jenkinsfile index ba76a0858894..5caa89baf855 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,8 +126,9 @@ pipeline { runbld(stashedTestReports: stashedTestReports, project: env.REPO) } cleanup { + // TODO analyzeFlakey does not support other release branches but the master branch. notifyBuildResult(prComment: true, - slackComment: true, slackNotify: (isBranch() || isTag()) + slackComment: true, slackNotify: (isBranch() || isTag()), analyzeFlakey: true, flakyReportIdx: "reporter-beats-beats-master") } }