Skip to content

Commit

Permalink
[CI][flaky] reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 15, 2020
1 parent ac00dd2 commit 9e989aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
Expand Down

0 comments on commit 9e989aa

Please sign in to comment.