Skip to content

Commit 11ce214

Browse files
authored
ci: enable build notifications as GitHub issues (#595)
1 parent 89802c6 commit 11ce214

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
@@ -262,7 +262,9 @@ pipeline {
262262
}
263263
post {
264264
cleanup {
265-
notifyBuildResult(prComment: true)
265+
notifyBuildResult(prComment: true,
266+
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
267+
githubLabels: 'Team:Elastic-Agent-Control-Plane')
266268
}
267269
}
268270
}

0 commit comments

Comments
 (0)