Skip to content

Commit

Permalink
ci: enable build notifications as GitHub issues (#595) (#600)
Browse files Browse the repository at this point in the history
(cherry picked from commit 11ce214)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Jun 23, 2022
1 parent d7eda88 commit 1a0f397
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 1a0f397

Please sign in to comment.