diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 68b3c8a7b51..6c98375e5fb 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -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') }