I believe the site was having issues a while ago so perhaps try again as works for me.
Richard. On Tuesday, August 20, 2013, Christopher Carlson wrote: > Will, > > I tried that. I get a 404 error. > > > Chris Carlson > Sr. Software Engineer > Zodiac Inflight Innovations > > 2929 E. Imperial Hwy. > Brea, CA 92821 USA > P: 714.854.8478 > www.imsco-us.com > > > > -----Original Message----- > > From: [email protected] <javascript:;> > > [mailto:jenkinsci-<javascript:;> > > [email protected] <javascript:;>] On Behalf Of William Soula > > Sent: Monday, August 19, 2013 11:37 AM > > To: [email protected] <javascript:;> > > Subject: RE: How to download plugins from Linux shell > > > > Should be able to wget off this url: > > http://updates.jenkins-ci.org/download/plugins/ > > > > Will > > ________________________________________ > > From: [email protected] [jenkinsci- > > [email protected]] on behalf of Christopher Carlson > > [[email protected]] > > Sent: Monday, August 19, 2013 1:33 PM > > To: [email protected] > > Subject: RE: How to download plugins from Linux shell > > > > Will, > > > > Thanks for your suggestion. > > > > What you're describing is kind of what I want to do. I just can't > figure out > > how to download the plugins programmatically. It seems my options are: > > 1. Use Jenkins CLI > > a. Install Jenkins > > b. Use Jenkins to download jenkins-cli.jar > > c. Run a script to use jenkins-cli.jar to download the plugins > > d. Instruct Jenkins to reload configuration 2. Use Jenkins > > a. Install Jenkins > > b. Use Jenkins to manually install each plugin version we're > currently using > > c. Instruct Jenkins to reload configuration 3. Create our own .war > package > > > > In each of the first two cases, this requires someone to use Jenkins to > install > > the plugins. > > > > In the last case, we would need to continually create .war packages every > > time we upgrade plugins. > > > > I was hoping there was a simple 'rsync', 'scp', 'ftp' or 'wget' method > for > > downloading plugins. > > > > > > Chris Carlson > > Sr. Software Engineer > > Zodiac Inflight Innovations > > > > 2929 E. Imperial Hwy. > > Brea, CA 92821 USA > > P: 714.854.8478 > > www.imsco-us.com > > > > > > > -----Original Message----- > > > From: [email protected] [mailto:jenkinsci- > > > [email protected]] On Behalf Of William Soula > > > Sent: Monday, August 19, 2013 11:27 AM > > > To: [email protected] > > > Subject: Re: How to download plugins from Linux shell > > > > > > You could also download the plugins and put them into the plugin > > > folder so that when jenkins starts it will find all the jpis and > unpack them. > > > Or you could use chef. > > > > > > Will > > > > > > On 08/19/13 13:24, Daniel Beck wrote: > > > > You could create a custom jenkins.war that bundles the plugins you > > > > want in > > > the versions you want. > > > > > > > > https://wiki.jenkins-ci.org/display/JENKINS/Bundling+plugins+with+Je > > > > nk > > > > ins > > > > > > > > On 19.08.2013, at 19:31, Christopher Carlson <[email protected]> > > > wrote: > > > > > > > >> Is it possible to download plugins using a bash shell script? > > > >> > > > >> Our company would like to be able to automate setting up a build > > > machine, and we want to limit the amount of steps required. They want > > > something like: > > > >> * Install Jenkins > > > >> * svn co .../stable/jenkins > > > >> * ./InstallPlugins > > > >> This way, the only things maintained in subversion are the jobs, > > > >> scripts > > > and anything that can't be downloaded from the Internet. > > > >> > > > >> Thanks for any assistance you can provide. > > > >> > > > >> > > > >> -- > > > >> You received this message because you are subsc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
