From 446299bccd54a46b8e52efab7ff38648acb1f873 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 15 Oct 2020 16:01:21 +0100 Subject: [PATCH] Use the right indice --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5207208553b..ba76a085889 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,7 +128,7 @@ pipeline { cleanup { notifyBuildResult(prComment: true, slackComment: true, slackNotify: (isBranch() || isTag()) - analyzeFlakey: true, flakyReportIdx: "reporter-beats-pipeline-master") + analyzeFlakey: true, flakyReportIdx: "reporter-beats-beats-master") } } }