Re: Jenkins ScriptTrigger plugin stopped working by default

2013-04-14 Thread Grégory Boissinot
Please raise a new issue for the script-trigger component On Sat, Apr 13, 2013 at 10:17 AM, EldadAK wrote: > I have a strange behavior by my Jenkins and the > ScriptTrigger > plugin. > > I have Jenkins 1.510 with the latest ver

Re: Jenkins ScriptTrigger plugin stopped working by default

2013-04-14 Thread Eldad A.K.
Isn't it the same as: https://issues.jenkins-ci.org/browse/JENKINS-17566 ? Eldad On Sun, Apr 14, 2013 at 12:03 PM, Grégory Boissinot < gregory.boissi...@gmail.com> wrote: > Please raise a new issue for the script-trigger component > > > On Sat, Apr 13, 2013 at 10:17 AM, EldadAK wrote: > >> I h

Re: envinject plugin evaluated groovy script: how do I print text to the console?

2013-04-14 Thread Grégory Boissinot
The log is displayed in the Jenkins log. >From EnvInject 1.84, I added an 'out' variable. out << "Some text" or out.println("Some text") On Fri, Mar 22, 2013 at 9:04 PM, bl0ck3r wrote: > I tried: > System.out.println("some text") > println("some text") > manager.listener.logger.println("some

Re: Jenkins ScriptTrigger plugin stopped working by default

2013-04-14 Thread Grégory Boissinot
I don't think so. On Sun, Apr 14, 2013 at 11:54 AM, Eldad A.K. wrote: > Isn't it the same as: https://issues.jenkins-ci.org/browse/JENKINS-17566 ? > > Eldad > > > On Sun, Apr 14, 2013 at 12:03 PM, Grégory Boissinot < > gregory.boissi...@gmail.com> wrote: > >> Please raise a new issue for the s

Re: Trac Publisher plugin

2013-04-14 Thread Brent Atkinson
Magnus, If I remember correctly, the pattern is similar if not the same as Trac's issue pattern. It is odd you don't see anything at all in the build log, but since you mentioned you are using trac 1.0 and a project, the xmlrpc interface may not be compatible. It was built on older revs of trac th

Re: SharedObjects Plugin

2013-04-14 Thread Grégory Boissinot
The option 'A URL to a properties file' is restricted to HTTP. >From shared-objects 0.44, I renamed to 'An Http URL' and I added a 'public file path to a properties file' option. On Fri, Mar 22, 2013 at 9:54 AM, wrote: > Hi everybody, > > > Now I want to set "file:///d:/test/test.properties

Re: Trac Publisher plugin

2013-04-14 Thread Magnus Therning
On Sun, Apr 14, 2013 at 08:26:57AM -0400, Brent Atkinson wrote: > Magnus, > > If I remember correctly, the pattern is similar if not the same as > Trac's issue pattern. It is odd you don't see anything at all in the > build log, but since you mentioned you are using trac 1.0 and a > project, the x

Re: Trac Publisher plugin

2013-04-14 Thread Brent Atkinson
Magnus, Yes you are right about the logging. You should definitely be seeing an attempt to update the tickets in the trailing lines of the build output. As for the multi-project comment, the plugin was actually written based on the xmlrpc interface of trac 0.11. However, you should at least see fa

SLOCCOUNT plugin to display difference in size of files between jobs

2013-04-14 Thread Kamal Ahmed
Is it possible for Sloccount plugin to display the progressive difference of size in files from job(build) to job(build) ? If i click on the Sloccount Graph, it just shows the Current Size and distributon, How difficult would it be to capture the  historical trend Thanks, -Kamal. -- You receiv

Re: Job disappears after completion

2013-04-14 Thread eric.wood
I think that my issue is with the under lying version of windows. The server that I am running on is Windows Server 2008 R2 Standard, but not service pack 1. It appears that the lastbuild and lastsuccessful folder want to be links but are not. Does this makes sense to anybody? It works fine on

Re: Jenkins fails to restart after server restart

2013-04-14 Thread mkent1
Hi, It looks like this is a known issue with version 1.502 or higher. The issue and temporary solutions are described here: https://issues.jenkins-ci.org/browse/JENKINS-17288 -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-fails-to-restart-after-server-restart-t

Re: Job disappears after completion

2013-04-14 Thread eric.wood
Ok. something is very odd. the symlinks under my .jenkins/jobs/ folder are incorrect. Directory of D:\Tools\Jenkins\.jenkins\jobs\SF_V4.1 04/12/2013 02:15 PM . 04/12/2013 02:15 PM .. 04/12/2013 02:15 PM builds 04/12/2013 01:03 PM 7,588 con

Re: Job disappears after completion

2013-04-14 Thread eric.wood
Hopefully, somebody can help. I installed the latest build which I think is 1.5.0.10. I had jenkins crash with a permgen memory error. I restarted and my continuous integration job which starts my build pipeline is not showing up again. This is happening frequently and reloading from disk does

Re: Maven Cascade Release Plugin

2013-04-14 Thread Andrei Pozolotin
I verified that install works fine with latest debian installer http://pkg.jenkins-ci.org/debian/ on ubutnu 12.04 Original Message Subject: Re: Maven Cascade Release Plugin From: daniel brownell To: jenkinsci-users@googlegroups.com Date: Thu 11 Apr 2013 08:55:13 AM CDT > Hi And

Re: Trac Publisher plugin

2013-04-14 Thread Magnus Therning
On Sun, Apr 14, 2013 at 11:28:34AM -0400, Brent Atkinson wrote: > Magnus, > > Yes you are right about the logging. You should definitely be seeing an > attempt to update the tickets in the trailing lines of the build output. As > for the multi-project comment, the plugin was actually written based