Skip to content

Commit

Permalink
[7.17](backport #39483) ci(jenkins): remove post-build notifications (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed May 13, 2024
1 parent 99d381c commit 57408b2
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 57408b2

Please sign in to comment.