Skip to content

Commit

Permalink
ci: enable build notifications as GitHub issues (#595)
Browse files Browse the repository at this point in the history
(cherry picked from commit 11ce214)
  • Loading branch information
v1v authored and mergify[bot] committed Jun 23, 2022
1 parent d7eda88 commit 46a8d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ pipeline {
}
post {
cleanup {
notifyBuildResult(prComment: true)
notifyBuildResult(prComment: true,
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
githubLabels: 'Team:Elastic-Agent-Control-Plane')
}
}
}
Expand Down

0 comments on commit 46a8d39

Please sign in to comment.