jfrog / jenkins-jfrog-plugin

Easy integration between Jenkins and the JFrog Platform.
https://github.com/jfrog/jenkins-jfrog-plugin
Apache License 2.0
39 stars 17 forks source link

Support for conan builds? #67

Open jjardina opened 1 year ago

jjardina commented 1 year ago

How can we help?

We use the current Jenkins Artifactory plugin to run conan builds. The documentation for Jenkins Artifactory plugin says to start using this JFrog plugin instead, yet I do not see any documentation on running conan builds with the JFrog plugin.

Is there support for running Conan builds, specifically conan v. 2.0+, using this JFrog plugin, and if so, where is that documented?

If there isn't support for running Conan builds, can it be added?

If conan isn't supported, we cannot switch to this Jfrog plugin.

Thanks!

CJCombrink commented 1 year ago

I have the same question, any updates?

jjardina commented 1 year ago

I have the same question, any updates?

Carel, what I wound up having to do is run the conan and jf cli commands directly in my build container. I cannot use the jfrog or artifactory plugins at all because they do not support conan 2.0.

I also added a conan extension I found: https://github.com/conan-io/conan-extensions.git Which gives me the ability to upload build information to jfrog for xray scanning.

Doing it by hand and using the conan extension is basically replicating the jfrog and artifactory plugin functionality. It is concerning that none of the contributors has answered this question...