From 649cd0ff28652826c53e9133616fdec968e2e409 Mon Sep 17 00:00:00 2001 From: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:48:30 +0200 Subject: [PATCH] add missing artifacts in buildkite --- .buildkite/release.yml | 3 +++ .buildkite/snapshot.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.buildkite/release.yml b/.buildkite/release.yml index 58e8a2ed4..3c657e735 100644 --- a/.buildkite/release.yml +++ b/.buildkite/release.yml @@ -9,6 +9,9 @@ steps: artifact_paths: - "release.txt" - "agent/build/libs/elastic-otel-javaagent-*.jar" + - "agentextension/build/libs/elastic-otel-agentextension-.*.jar" + - "common/build/libs/common-.*.jar" + - "inferred-spans/build/libs/inferred-spans-.*.jar" - "build/dry-run-maven-repo.tgz" notify: diff --git a/.buildkite/snapshot.yml b/.buildkite/snapshot.yml index a66cf20de..2709c6fcf 100644 --- a/.buildkite/snapshot.yml +++ b/.buildkite/snapshot.yml @@ -9,6 +9,9 @@ steps: artifact_paths: - "snapshot.txt" - "agent/build/libs/elastic-otel-javaagent-*.jar" + - "agentextension/build/libs/elastic-otel-agentextension-.*.jar" + - "common/build/libs/common-.*.jar" + - "inferred-spans/build/libs/inferred-spans-.*.jar" - "build/dry-run-maven-repo.tgz" notify: