Skip to content

Commit

Permalink
ci: enable flaky test detector (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 24, 2022
1 parent daa5c5f commit 90a1f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ pipeline {
post {
cleanup {
notifyBuildResult(prComment: true,
analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: (isPR() ? env.CHANGE_TARGET : env.BRANCH_NAME)),
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
githubLabels: 'Team:Elastic-Agent-Control-Plane')
}
Expand Down

0 comments on commit 90a1f58

Please sign in to comment.