Skip to content

Add properties for python artifacts#91

Merged
fluxxBot merged 4 commits intojfrog:mainfrom
reshmifrog:fix/python-artifacts-repo-path
Jul 8, 2025
Merged

Add properties for python artifacts#91
fluxxBot merged 4 commits intojfrog:mainfrom
reshmifrog:fix/python-artifacts-repo-path

Conversation

@reshmifrog
Copy link
Copy Markdown
Contributor

@reshmifrog reshmifrog commented Jun 24, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the main branch.
  • I used gofmt for formatting the code before submitting the pull request.

Issue: When uploading Python artifacts using jf twine and publishing build info, the artifact path in the build info page shows ”No path found (externally resolved or deleted/overwritten)”. Even though the path of artifact is visible under the build.json. This was due to build-related properties like build.name and build.number not being set on the artifacts during the upload.

fix: Updated the upload process logic to ensure that the necessary properties — build.name and build.number are properly set on the artifacts when using jf twine upload.

@reshmifrog reshmifrog added bug Something isn't working safe to test Approve running integration tests on a pull request labels Jun 24, 2025
@reshmifrog reshmifrog requested a review from bhanurp June 24, 2025 13:04
@bhanurp bhanurp removed the safe to test Approve running integration tests on a pull request label Jul 8, 2025
@reshmifrog reshmifrog added the safe to test Approve running integration tests on a pull request label Jul 8, 2025
@fluxxBot fluxxBot merged commit ea3521f into jfrog:main Jul 8, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants