[Backport 2.16] Publish a pre-release GitHub Release and use that for the Jenkins job.#6975
Merged
dlvenable merged 1 commit intoJul 2, 2026
Conversation
opensearch-project#6974) Publish a pre-release GitHub Release and use that for the Jenkins job. Per changes in the OpenSearch project, we can no longer modify repos using bots. So the new process is to publish a pre-release Release. Then the Jenkins job will use this pre-release. It's final step is to create a GitHub issue instead of publishing the Release. Use ncipollo/release-action instead of softprops/action-gh-release in the release action to keep consistency with other OpenSearch projects. Provide failure notifications for failing Jenkins jobs. Signed-off-by: David Venable <dlv@amazon.com> (cherry picked from commit dc67276) Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
opensearch-ci-bot
requested review from
KarstenSchnitter,
Zhangxunmt,
dinujoh,
divbok,
dlvenable,
graytaylor0,
kkondaka,
oeyh,
san81,
sb2k16,
srikanthjg and
srikanthpadakanti
as code owners
July 2, 2026 18:56
dlvenable
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport dc67276 from #6974.