Skip to content

Commit

Permalink
Use the right indice
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 15, 2020
1 parent 9e989aa commit 446299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
Expand Down

0 comments on commit 446299b

Please sign in to comment.