Parallels / artifactory

A Python client for Artifactory
MIT License
82 stars 54 forks source link

Build Info Support #72

Open frakman1 opened 4 years ago

frakman1 commented 4 years ago

This is more of a question than an issue.

Artifactory has a Builds tab for each artifact that shows you where it came from. Normally, if I use a Jenkins Artifactory plugin to push to Artifactory, then this tab is populated with relevant build information.

However, when I use this library to deploy files, I don't see anything under the Builds tab. Does this library support populating build info fields? If so, how and if not, how do I go about doing so using my deploy script?

Example of empty Builds tab:

image

Build Info documentation page is located here