Thank you Larry for your help. Writing a tool installer should be simple, but I can't find some basic guidance. This link - https://wiki.jenkins-ci.org/display/JENKINS/Adding+tool+auto-installer - has many holes in how to develop, run and test an installer locally. Is there an reliable source that explains that? I'd prefer buying a book to wasting time exploring various tools installers on github.
On Tuesday, January 21, 2014 2:40:03 PM UTC-8, Larry Shatzer, Jr. wrote: > > That I don't know, but I think the crawler will produce a json file you > can look at, and maybe inject into your Jenkins instance. > > > On Tue, Jan 21, 2014 at 2:48 PM, Vicki Kozel <[email protected]<javascript:> > > wrote: > >> So how do i test the crawler locally? I test my plugin through running >> mvn hpi:run. >> >> >> On Tuesday, January 21, 2014 1:17:17 PM UTC-8, Larry Shatzer, Jr. wrote: >> >>> You don't add it to your plugin. It belongs inside the backend crawler >>> codebase. >>> >>> >>> On Tue, Jan 21, 2014 at 1:12 PM, Vicki Kozel <[email protected]> wrote: >>> >>>> My question is: where should the crawler file go under my plugin >>>> directory structure? >>>> >>>> On Tuesday, January 21, 2014 11:43:21 AM UTC-8, Larry Shatzer, Jr. >>>> wrote: >>>> >>>>> They are found in the backend crawler project... >>>>> >>>>> https://github.com/jenkinsci/backend-crawler >>>>> >>>>> -- Larry >>>>> >>>>> >>>>> On Tue, Jan 21, 2014 at 11:34 AM, Vicki Kozel <[email protected]>wrote: >>>>> >>>>>> Hello, >>>>>> I need to write an auto-installer for a plugin - where should the >>>>>> crawler go? I looked at the gradle plugin on GIT, but the crawler is not >>>>>> there in the plugin repo. Help is appreciated! >>>>>> Vicki >>>>>> >>>>>> -- >>>>>> 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/groups/opt_out. >>>>>> >>>>> >>>>> -- >>>> 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/groups/opt_out. >>>> >>> >>> -- >> 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/groups/opt_out. >> > > -- 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/groups/opt_out.
