Skip to content

Commit d14e71e

Browse files
mergify[bot]v1v
andauthored
ci: enable build notifications as GitHub issues (#1582) (#1587)
(cherry picked from commit a51ed0f) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
1 parent ce387fa commit d14e71e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ pipeline {
133133
}
134134
post {
135135
cleanup {
136-
notifyBuildResult(prComment: true)
136+
notifyBuildResult(prComment: true,
137+
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
138+
githubLabels: 'Team:Elastic-Agent-Control-Plane')
137139
}
138140
}
139141
}

0 commit comments

Comments
 (0)