Skip to content

Commit

Permalink
ci(jenkins): remove post-build notifications (#39483)
Browse files Browse the repository at this point in the history
(cherry picked from commit 07892f1)
  • Loading branch information
v1v authored and mergify[bot] committed May 9, 2024
1 parent e98b69c commit 9a90bbd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,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')
}
}
}
}

Expand Down

0 comments on commit 9a90bbd

Please sign in to comment.