This plugin executes as a post build task. With no options specifically for reg-ex it simply searches for published modules/packages to artifactory (as part of the post build execution) and links to those directly in the build info page. This is not designed for dependency management (input) but rather serves a similar function to 'Archive Artifacts' but instead of copying the files to some random location on the jenkins server it links directly to those that were uploaded to Artifactory..
I wrote this plugin as a need for a business and thought id share. If the community wishes to reject such no problem with me as this filled a need I had.. It looks like yours is for resolving dependencies not build output packages. On Nov 05, 2014, at 08:37 AM, "Larry Shatzer, Jr." <[email protected]> wrote: While my plugin has Maven in the name, it will also accept a regex to scan for. I would rather see any improvements made to my plugin to support more usecases then seeing multiple plugins doing effectively the same thing, just in a slightly different way. On Wed, Nov 5, 2014 at 9:28 AM, Jonathan McAllister <[email protected]> wrote: Its similar yes. Although the artifacts at the places I am at are not java dependencies. They are deb packages or tar balls or zips. This simply puts a link directly in Jenkins build info (each build) to the artifactory packages that were uploaded as part of the build. This removes the need for the user to navigate through to artifactory to download the build output . On Nov 05, 2014, at 07:57 AM, "Larry Shatzer, Jr." <[email protected]> wrote: This looks a lot like my Maven Deployment Linker plugin, but specific for Artifactory? https://wiki.jenkins-ci.org/display/JENKINS/Maven+Deployment+Linker On Wed, Nov 5, 2014 at 8:20 AM, Jonathan McAllister <[email protected]> wrote: Hello would like to get my plugin hosted: - Artifactory Download Links - GitHub ID: KineticX - Author: Jonathan McAllister - https://github.com/KineticX/Jenkins.Plugin.ArtifactoryDownloadLinks.git -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
