Skip to content

Commit c89cc6f

Browse files
Disable creating GH issues for build failures. (#1677) (#1678)
The E2E tests are still unstable and the issues reported for those failures is creating a lot of noise in the issue tracker. (cherry picked from commit b394e2f) Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent cbf10d6 commit c89cc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ pipeline {
425425
cleanup {
426426
notifyBuildResult(prComment: true,
427427
analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: (isPR() ? env.CHANGE_TARGET : env.BRANCH_NAME)),
428-
githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
428+
githubIssue: false, // Disable creating gh issues for build failures while the E2E tests are stabilized.
429429
githubLabels: 'Team:Elastic-Agent-Control-Plane')
430430
}
431431
}

0 commit comments

Comments
 (0)