Hi Larry, Unfortunately the Maven Dependency Update trigger and the IvyTrigger Plugin will not work for us as we use gradle instead of Maven or Ivy. I also looked at the URL trigger from the XTtrigger plugin, however this plugin does not persist any state outside of RAM. As a result, any changes that are made if Jenkins is rebooted will not be picked up. This is unfortunately not an option for us. Additionally the artifactory polling plugin allows us to filter the job trigger based on a dynamic dependency version. Thanks for pointing out the other options but unfortunately none of them are a good fit for our problem. Believe me, I would have used a pre-build solution if a satisfactory one existed.
Cheers Nathan On Tuesday, 8 April 2014 12:19:54 UTC-6, Larry Shatzer, Jr. wrote: > > How is that different than > https://wiki.jenkins-ci.org/display/JENKINS/Maven+Dependency+Update+trigger(or > say > https://wiki.jenkins-ci.org/display/JENKINS/IvyTrigger+Plugin or other > ones listed here: > https://wiki.jenkins-ci.org/display/JENKINS/XTrigger+Plugin) > > > > On Tue, Apr 8, 2014 at 11:23 AM, Nathan Gutzmann > <[email protected]<javascript:> > > wrote: > >> Hi Jenkins Developers, >> >> I've created a new plugin which is an implementation of an SCM style >> plugin. It can be used to poll Artifactory (open source or pro) for new >> versions of dependencies and trigger jobs when these dependencies are >> updated. >> >> My github username is ngutzmann. Please call the repo >> "artifactory-polling-plugin" if possible. >> >> Cheers >> >> Nathan >> >> -- >> 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] <javascript:>. >> 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.
