I'm doing a POC with Artifactory and using replication. I'm also using the REST 
API to return the download URL from a repo to our CI processes to deploy. So 
I'm running


curl -X "POST" -d '{"buildName": "$BUILDNAME", "buildNumber": "LATEST", 
"repos": ["$REPO"], "archiveType": "tar.gz"}' 
http://myartifactserver/artifactory/api/search/buildArtifacts -H "Content-Type: 
application/json"


In doing this I realized that after replicating, the new artifacts no longer 
have any build info associated with them. Is there a way I can add this after 
the fact? Or get it to replicate successfully? They still exist as build 
"properties" but the REST calls don't work, and the Builds tab for that build 
is empty.


Thanks,
Kendrick
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to