Skip to content

Conversation

@YevheniiKholodkov
Copy link

@YevheniiKholodkov YevheniiKholodkov commented Jan 12, 2026

The PR adds new pipeline tools:

  • list_pipeline_artifacts - Lists artifacts for a given build.
  • download_pipeline_artifact - Downloads a pipeline artifact and optionally saves the archive to a provided destinationPath

Notes:

  • This PR does not add the third (optional) tool read_pipeline_artifact_file.
    While we have an endpoint to download a file from a container, there is no straightforward way to download a single file from a PipelineArtifact. Supporting only containers would likely be confusing.
  • I intentionally did not add ZIP extraction to download_pipeline_artifact to keep the tools simple.

GitHub issue number

Fixes issue #737

Associated Risks

No direct risks, but might increase API usage

PR Checklist

  • [✅] I have read the contribution guidelines
  • [✅] I have read the code of conduct guidelines
  • [✅] Title of the pull request is clear and informative.
  • [✅] 👌 Code hygiene
  • [N/A] 🔭 Telemetry added, updated, or N/A
  • [✅] 📄 Documentation added, updated, or N/A
  • [✅] 🛡️ Automated tests added, or N/A

🧪 How did you test it?

  • Tools were tested on production data using prompts like:
    can you list artifacts from a build with id <build id>?
    can you download the artifact <artifact name>?
  • unit tests

@YevheniiKholodkov YevheniiKholodkov requested a review from a team as a code owner January 12, 2026 14:28
Copy link
Contributor

@polatengin polatengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it 👍

Copy link
Contributor

@polatengin polatengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some tests are failing, fix them please 👍

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@c978428). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #833   +/-   ##
=======================================
  Coverage        ?   94.22%           
=======================================
  Files           ?       16           
  Lines           ?     1524           
  Branches        ?      316           
=======================================
  Hits            ?     1436           
  Misses          ?       19           
  Partials        ?       69           
Flag Coverage Δ
unittests 94.22% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants