Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for conan builds? #67

Open
jjardina opened this issue May 12, 2023 · 2 comments
Open

Support for conan builds? #67

jjardina opened this issue May 12, 2023 · 2 comments
Labels
question Further information is requested

Comments

@jjardina
Copy link

jjardina commented May 12, 2023

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!

@jjardina jjardina added the question Further information is requested label May 12, 2023
@CJCombrink
Copy link

I have the same question, any updates?

@jjardina
Copy link
Author

jjardina commented Jul 5, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants