Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOCUT] OS Distribution Build Failed for alerting-1.3.10 #917

Closed
opensearch-ci-bot opened this issue May 15, 2023 · 1 comment
Closed

Comments

@opensearch-ci-bot
Copy link
Collaborator

Received Error: Error building alerting, retry with: ./build.sh manifests/1.3.10/opensearch-1.3.10.yml --component alerting.
The distribution build for alerting has failed.
Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/7836/consoleFull

@prudhvigodithi
Copy link
Contributor

Can we get this issue fixed to unblock the 1.3.10 release ?

The build failed trying to fetch the file file:/usr/share/opensearch/.m2/repository/org/opensearch/common-utils/1.3.10/common-utils-1.3.10.pom.
Notice the version has to be as 1.3.10.0 which is coming from this line https://github.com/opensearch-project/alerting/blob/1.3/build.gradle#L12.

The fix is changing the line to opensearch_build = opensearch_version.replaceAll(/(\.\d+)([^\d]*)$/, '$1.0$2')
@bbarani @gaiksaya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants