I'm using Artifactory Plugin to create and upload conan <https://conan.io/> packages to our Artifactory Server.
Creating the conan package works fine, I can inspect the packages with the conan-client locally in the Jenkins workspace. But after uploading the package with the plugin's conanClient, I can no longer see or retrieve the package from the artifactor server, a 'conan search -r myremote pkgName' gives no candidates, a 'conan search -r myremote' gives an Error reporting something like > too many @ What I found out till now: The Artifactory Plugin gathers a lot of build information from the Jenkis environment (BUILD_NUMBER, GIT_COMMIT,...) and attaches this information by writing a File "artifact.properties" and uploads this extra information to the server. It seams that this extra information breaks our Artifactory server. This is new to me as the old server worked fine, but after upgrading to 7.x, all my uploads are broken. So this maybe is an Artifactor server issue, and a little bit OT here, but But does anybody know if and who I can set up Artifactory Plugin to NOT gather the extra information? Any help or hint is highly appreciated. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CABjz5Rq9MAFy6tExpfgwAiKZ8vpMihLPHLvDnHNPbg1x3Sj1Sg%40mail.gmail.com.
