From 9e989aa800cc2374c84c16428cf01d01b3ec6c07 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 15 Oct 2020 15:16:09 +0100 Subject: [PATCH] [CI][flaky] reporting --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3618d6615f..5207208553b 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") } } }