The Jenkins Artifactory Plugin supports Ivy build jobs, allowing your build jobs deploy artifacts and resolve dependencies to and from Artifactory, and then have them linked to the build job that created them.
As described below, using the Jenkins Ivy Plugin together with the Jenkins Artifactory Plugin your Ivy builds will publish artifacts and build information to Artifactory whenever an ivy:publish task is executed.
Install the Jenkins Ivy Plugin
To use the Jenkins Artifactory Plugin with Ivy builds you need to install the Jenkins Ivy Plugin.
JDK compatibility
From version 3.0.0, the plugin no longer supports building with JDK 7.
Publishing to your local file cache repository is the best way to go (i.e. you do not need to publish to Artifactory). The plugin will intercept the publish events and will replay them against Artifactory according to the configuration. Using an ivy:publish task that publishes directly to Artifactory will result in (redundant) double publishing.
Integration Benefits
Integration Benefits JFrog Artifactory and Ivy