conan icon indicating copy to clipboard operation
conan copied to clipboard

[feature] Publish buildinfo in a project specific artifactory repo

Open fg68 opened this issue 3 years ago • 1 comments
trafficstars

Provide an option to the conan_build_info --v2 publish subcommand to be able to specify an artifactory project with a dedicated buildinfo repository where the buildinfo should be stored.

Currently one can only perform this with the jfrog CLI build upload command (see https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-BuildUpload) but this requires an additional tool in the CI pipeline (including setup and authentication) though the principal functionality is already contained in the conan_build_info tool (see also https://github.com/czoido/conan-build-info-example/issues/1).

fg68 avatar Sep 14 '22 12:09 fg68

Hi @fg68,

Thanks a lot for the suggestion. I have been briefly checking the Artifactory API docs and looks like it would be possible as the API supports setting the project. Right now we are focusing in Conan 2.0 and also the build_info is going to change for 2.0, so I'm marking this for the 2.0 milestone as a feature to have into account for 2.0 implementation of the build_info.

czoido avatar Sep 14 '22 13:09 czoido