diff --git a/Jenkinsfile b/Jenkinsfile index 1d9064534c97..c51e3f10ac3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -203,7 +203,9 @@ VERSION=${env.VERSION}-SNAPSHOT""") dir("${BASE_DIR}"){ notifyBuildResult(prComment: true, slackComment: true, - analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch())) + analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch()), + githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS", + githubLabels: 'Team:Elastic-Agent-Data-Plane') } } }