You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: