-
Notifications
You must be signed in to change notification settings - Fork 27
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
[question] Build info in Artifactory doesn't link to the conan packages in Artifactory #49
Comments
Hi @JanGerber, |
I am having the same problem using |
Hi @djeverett, |
Moved this ticket to the |
For our builds we used the Artifactory plugin for Jenkins in combination with Conan. Additionally we push the build information to artifactory after uploading the Conan package to artifactory. The problem is that there are no artifacts in the build information.This makes it especially difficult for developers. You cannot jump directly from the build info in artifactory to the respective artifact in the artifactory tree.
We use the follwowing code to upload the conan package and publish the build info to artifactory.
Artifactory shows that there are three artifacts:
But if I open the package there is no link to the artifacts:
Does anyone else have similar problems or see a bug in my code?
Versions:
Artifactory: 6.17.0
artifactoryPluginVersion: 3.6.1
Conan: 1.23.0
The text was updated successfully, but these errors were encountered: