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 Withers 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... > >

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: 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, Ma

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 wrote: > Even more details: Lo

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 wrote: > More details: the previous CVS plugin version was 1.6 and it was using > the local cvsnt install

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 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. We've upgraded > the CVS

Jenkins CVS plugin does not detect changes

2012-03-23 Thread Spiff79
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. We've upgraded the CVS plugin to version 2.1 this morning and since then, CVS changes are not detected. The CVS polling log is triggered properly, tons of "cvs rlog"

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, J

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 config

Re: Jenkins plugin update apparently doesn't work

2012-03-23 Thread Jan Seidel
Hi Paul, I always have to update of plugins manually as our build servers are separated from the network that has internet access. So I can't tell you much about the update centers functionality atm. I add the version number to the filename when I update. This way I get a better overview as we st

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 Plug

Re: broken jira login on jenkins-ci.org

2012-03-23 Thread Chris Withers
On 17/03/2012 07:49, jul wrote: Chris Withers 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 once. I

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

2012-03-23 Thread Chris Withers
On 19/03/2012 15:26, Slide wrote: This is awesome. Thanks for sharing! I've heard of several people who would like to do something like this. I'll try and add it to the wiki for email-ext. Sorry for topic hijacking, but I tried asking this before and got no response, yet this topic seems simil

Re: Jenkins plugin update apparently doesn't work

2012-03-23 Thread Manuel Doninger
The translation assistance plugin is already bundled in the jenkins.war. So if you restart Jenkins, it always loads the translation plugin from the war. You can change that behaviour, if you go to the installed plugins page, look for the translation assistance plugin and click the button "Unlock" o

Re: Jenkins plugin update apparently doesn't work

2012-03-23 Thread Paul Schwann
Hi Jan, Thanks for your reply! Based on your message, I started playing with the different ways of plugin updates and with the Jenkins installation itself. What I notices is the following: Before changing anything, [jenkins]\plugins\ contains a translation.jpi with time stamp 3/23/12 9:39 and

clone-workspace-scm plugin problems and partial workaround

2012-03-23 Thread Ed Randall
We’ve had a number of problems with using clone-workspace-plugin in a job pipeline. The two problematic issues we have are: (1) Poor archiving performance (2) It only maintains a clone on the very latest instance of the job at the top of the pipeline Our build is somewhat monolithic by some stand

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 mentioned

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?

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 t