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 may be an Artifactor server issue, and a little bit OT here, but:
Does anybody know if and who I can set up Artifactory Plugin to NOT
gather the extra information?
This would allow implementing a workaround to bring back my deploys
running again.
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/dda70f12-304a-076b-026d-8e7d0c60e62a%40gmail.com.