diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 10b0b97a572..68b3c8a7b51 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -262,7 +262,9 @@ pipeline { } post { cleanup { - notifyBuildResult(prComment: true) + notifyBuildResult(prComment: true, + githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS", + githubLabels: 'Team:Elastic-Agent-Control-Plane') } } }