Skip to content

Commit 6b1ccbd

Browse files
authored
[8.14](backport #39483) ci(jenkins): remove post-build notifications (#39499)
1 parent addf07a commit 6b1ccbd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Jenkinsfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,6 @@ COMMIT=${env.GIT_BASE_COMMIT}
200200
VERSION=${env.VERSION}-SNAPSHOT""")
201201
archiveArtifacts artifacts: 'packaging.properties'
202202
}
203-
cleanup {
204-
// Required to enable the flaky test reporting with GitHub. Workspace exists since the post/always runs earlier
205-
dir("${BASE_DIR}"){
206-
notifyBuildResult(prComment: true,
207-
slackComment: true,
208-
analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch()),
209-
githubIssue: isGitHubIssueEnabled(),
210-
githubLabels: 'Team:Elastic-Agent-Data-Plane')
211-
}
212-
}
213203
}
214204
}
215205

0 commit comments

Comments
 (0)