I am having a problem where I am trying to deploy non-Java artifacts (C++ built DLL) to Artifactory for inclusion in a Java application install.
I am using Jenkins and Gradle with the 'cpp' and 'maven' plugin to build the C++ libraries for the project and create the pom.xml.
I can't seem to get the DLL artifacts to deploy. I am using Artifactory OSS 5.9.1.
EDIT: I am trying to use the Jenkins Artifactory plugin Below is the Artifactory settings we use for our Java projects and it works. Not sure what I should change for grabbing the built DLL