From c75780968a9c25880843368b4453676bd8ef6c37 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 9 May 2024 21:09:09 +0200 Subject: [PATCH] ci(jenkins): remove post-build notifications (#39483) (cherry picked from commit 07892f1cf5db6a7aa15ac1b47116585aa3e7c000) --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9733b7b74c9..a93f61a0e22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,16 +200,6 @@ COMMIT=${env.GIT_BASE_COMMIT} VERSION=${env.VERSION}-SNAPSHOT""") archiveArtifacts artifacts: 'packaging.properties' } - cleanup { - // Required to enable the flaky test reporting with GitHub. Workspace exists since the post/always runs earlier - dir("${BASE_DIR}"){ - notifyBuildResult(prComment: true, - slackComment: true, - analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch()), - githubIssue: isGitHubIssueEnabled(), - githubLabels: 'Team:Elastic-Agent-Data-Plane') - } - } } }