Skip to content

Commit

Permalink
ci(jenkins): remove post-build notifications (#39483)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 9, 2024
1 parent edf4568 commit 07892f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Expand Up @@ -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')
}
}
}
}

Expand Down

0 comments on commit 07892f1

Please sign in to comment.