opensearch-project / asynchronous-search

:arrow_forward: Run queries in the background and retrieve partial results along the way
https://opensearch.org/docs/latest/search-plugins/async/index/
Apache License 2.0
29 stars 49 forks source link

Remove version truncate to fix nightly build #641

Closed finnegancarroll closed 2 months ago

finnegancarroll commented 2 months ago

Description

Nightlies failing due to opensearch_version being unnecessarily truncated. https://build.ci.opensearch.org/blue/organizations/jenkins/distribution-build-opensearch/detail/distribution-build-opensearch/10311/pipeline/170/

1: Task failed with an exception.

-----------

* Where:

Build file '/tmp/tmph0d2bvyo/asynchronous-search/build.gradle' line: 283

* What went wrong:

A problem occurred evaluating root project 'asynchronous-search'.

> Invalid version format: '3.0'. Should be major.minor.revision[-(alpha|beta|rc)Number][-SNAPSHOT]

Related Issues

Likely reason 3.0.0 docker images are not being published. Resolves #607

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.