Discussion:
deploy non-Java (C++ DLL) to artifactory
Jonathan Bergh
2018-10-22 10:00:45 UTC
Permalink
hi there,

We have a problem where we are trying to deploy non-Java artifacts to
Artifactory for inclusion in a Java application install.

We are using Jenkins and Gradle for the CI system, and the gradle 'cpp'
plugin to build the C++ libraries for the project.

Having gotten the following message (and not DLL's deployed), we have
included the Maven gradle plugin (and are also manually creating a POM) but
we think the Maven 'install' task is missing because we are running this
together with the 'cpp' plugin.

Does anyone know if this is the correct dianogsis and if so, whether there
is a workaround for this? Or perhaps we are doing it entirely incorrectly?

Many thanks in advance for any advice,
Regards
Jonathan
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BMPq%3DUO0eXwPp2FEPPXcSSH5BTBDP2_QikhSwTrk-GLvLv_SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
John Mellor
2018-10-22 12:44:52 UTC
Permalink
On Mon, 2018-10-22 at 12:00 +0200, Jonathan Bergh wrote:
We have a problem where we are trying to deploy non-Java artifacts to Artifactory for inclusion in a Java application install.

We are using Jenkins and Gradle for the CI system, and the gradle 'cpp' plugin to build the C++ libraries for the project.

Having gotten the following message (and not DLL's deployed), we have included the Maven gradle plugin (and are also manually creating a POM) but we think the Maven 'install' task is missing because we are running this together with the 'cpp' plugin.

Does anyone know if this is the correct dianogsis and if so, whether there is a workaround for this? Or perhaps we are doing it entirely incorrectly?

You do not specify which version of Artifactory you are using. The free version does not store anything other than jars and tars. Artifactory wants big $$ for more than that.
--
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+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9bf93cdab7602c91bfe6c7e11ef3440674b43f56.camel%40esentire.com.
For more options, visit https://groups.google.com/d/optout.
Loading...