History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2729
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Dietmar Scheidl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Artifactory publish task does not assign artifacts to build

Created: 25/May/16 07:22 AM   Updated: 01/Dec/16 08:11 AM
Component/s: None
Affects Version/s: 6.1.13
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Publish to artifactory step successfully uploads the artifacts to the repo and also the build info is published after the build.

When accessing artifactory and having a look at the build which was created, the artifacts of the published modules do not show the repository path.

Artifactory adds properites to the artifacts which point back to the build they were uploaded with.

REST API: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-SetItemProperties

So for each uploaded artifact a call like
PUT /api/storage/<yourrepo>/<your path to artifact>?properties=build.name=root%3Eyour%3Econfig|build.number=<your build version>
would be required to create the full mapping between build and artifacts.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [01/Dec/16 08:11 AM]
Artifactory OSS does not allow us to do this type of integration