Jenkins plugin update apparently doesn't work

2012-03-23 Thread Paul Schwann
Hi there, I am new to Jeninks, I have installed v 1.456 a couple of days ago on a Windows 7 Enterprise 64 bit machine using the Windows package from the Jenkins homepage. It installs and runs fine. I can connect with my browser (Google Chrome) to localhost:8080 and see Jenkins working. I went

Discard build and artifacts no longer works under 1.456

2012-03-23 Thread Simon Goodall
Since upgrading to Jenkins 1.456 my builds and artifacts no longer seem to be discarded - leading to my jenkins home to fill up. Is this a known issue?

Re: Jenkins plugin update apparently doesn't work

2012-03-23 Thread Jan Seidel
Hi Paul, the catalogue file does indeed mention version 1.9 but the link leads to nowhere. The catalogue file is located at http://dl.aragost.com/jenkins/updates/update-center.json You can search for the URL by searching the plugin name. it follows after the name listed. sometimes is it

Re: broken jira login on jenkins-ci.org

2012-03-23 Thread Chris Withers
On 17/03/2012 07:49, jul wrote: Chris Witherschrisat simplistix.co.uk writes: My guess is that the temporary password works only once, and the captcha bounce means I then have to try and enter it again, but it doesn't work anymore... Well, I think the temporary password does not work only

Re: Jenkins plugin update apparently doesn't work

2012-03-23 Thread Paul Schwann
Dear Manuel, thanks for your message! I've checked the Plugin Manager and indeed the table shown in the Installed tab has a column Pinned. I read about it in the Jenkins help and it turns out that this is what you referring to. None of the plugins (including the Translation Assistance Plugn)

ivy plugin confusion

2012-03-23 Thread Sharebear
Hi, We're using ivy and the Ivy project builder to coordinate our build system. This seemed to work well at the start but over time it feels like the dependency graph has become corrupt and/or there are errors in the way I have set this up. As an example I have a job with the following ivy

Re: EnvInject: injecting environment variables from URL

2012-03-23 Thread Andrew Melo
On Fri, Mar 23, 2012 at 1:13 AM, John Vacz mailing.list.collect...@googlemail.com wrote: ** I have form submission problem on the shared objects configure page when I access Jenkins through a local proxy (ssl tunneling). I got a server not found page when I click the save button, Jenkins

Re: Jenkins CVS plugin does not detect changes

2012-03-23 Thread Spiff79
More details: the previous CVS plugin version was 1.6 and it was using the local cvsnt install. On Mar 23, 12:04 pm, Spiff79 guillaume.bilod...@gmail.com wrote: Hi all, We've been running Jenkins 1.451 and 1.454 on Windows XP against a CVS repository for a few weeks now, without any problems.

Re: Jenkins CVS plugin does not detect changes

2012-03-23 Thread Spiff79
Even more details: Looking into the entries file, I'm seeing incorrect times for recently updated files, a 4-hour difference. Could this be related to the problem? On Mar 23, 1:49 pm, Spiff79 guillaume.bilod...@gmail.com wrote: More details: the previous CVS plugin version was 1.6 and it was

Re: Jenkins CVS plugin does not detect changes

2012-03-23 Thread Spiff79
I'm in the Eastern Time Zone (Montreal) with Daylight Saving Time in effect. The last cvs checkout command looked like this: cvs checkout -P -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D 23 Mar 2012 11:56:16 EDT -d portailInt portailInt On Mar 23, 2:05 pm, Spiff79 guillaume.bilod...@gmail.com

Re: Jenkins CVS plugin does not detect changes

2012-03-23 Thread Spiff79
The 4 hour difference corresponds to GMT-adjusted time, so it looks like there's a mixup in time zones somewhere. Using CVS plugin 1.6 the cvs polling command looked like this (executed at 5:26:21 PM EDT): cvs -q -z3 -n update -PdC -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D Thursday,

Re: email-ext - request for another jelly script example

2012-03-23 Thread Slide
I use something like this in my groovy template // the goal is to find the top level job which should contain the changelist def upstreamBuild = null def cause = build.causes.find { if(it instanceof hudson.model.Cause.UpstreamCause) { return true } return false } while(cause

Re: broken jira login on jenkins-ci.org

2012-03-23 Thread R. Tyler Croy
On Fri, 23 Mar 2012, Chris Withers wrote: On 17/03/2012 07:49, jul wrote: Chris Witherschrisat simplistix.co.uk writes: My guess is that the temporary password works only once, and the captcha bounce means I then have to try and enter it again, but it doesn't work anymore... Well, I