Re: Error 404 on latest jenkins download

2012-10-08 Thread Grant Limberg
Same issue here in CentOS Error Downloading Packages: jenkins-1.485-1.1.noarch: failure: jenkins-1.485-1.1.noarch.rpm from jenkins: [Errno 256] No more mirrors to try. Grant Limberg glimb...@gmail.com On Mon, Oct 8, 2012 at 6:49 AM, Julien HENRY wrote: > Hi, > > I have the same

Any maintainers of the S3-plugin around?

2012-05-01 Thread Grant Limberg
Issue 13531 (https://issues.jenkins-ci.org/browse/JENKINS-13531) is ready to be closed once https://github.com/jenkinsci/s3-plugin/pull/4 is merged into the main line. I've been using a self-built snapshot with the patch supplied for the last week now. Thanks, Grant Limberg

Re: Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-23 Thread Grant Limberg
or rather, I now see you posted the link to the bugtracker. It is in the bug tracker as well. (linked at the end of the email). Grant Limberg glimb...@gmail.com On Apr 23, 2012, at 2:52 AM, Jan Seidel wrote: > Hi Grant, > > nice post but ... I would assume you do rather addr

Re: Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-23 Thread Grant Limberg
Thanks, Jan. I didn't know about that list. Will post it soon. Thanks, Grant Limberg glimb...@gmail.com On Apr 23, 2012, at 2:52 AM, Jan Seidel wrote: > Hi Grant, > > nice post but ... I would assume you do rather address it to > https://issues.jenkins-ci.org to

Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-20 Thread Grant Limberg
its URLEncoded form "%2B" in the configuration file, but "%2B" comes through instead of being decoded into a +. The only hack I have to get it working for us at the office for the time being is to replace all instances of " " in the secretKey with "+". N