Re: Error in compiling Jenkins for Eclipse

2012-11-05 Thread makiselev
Yes, it does. How can I direct it to developer list? пятница, 2 ноября 2012 г., 17:20:51 UTC+4 пользователь Ulli Hafner написал: > > Does it work when you call 'mvn install'? > > BTW: please direct development questions to the developer list… > > Ulli > > Am 02.11.2012 um 12:48 schrieb makisele

Re: Jenkins failed to record SCM polling

2012-11-05 Thread hezjing
I made the conclusion too early, the problem is still there. The mercurial plugin is able to poll the changes for the 1st time, e.g. when the workspace directory is deleted. Then, it fails in the subsequent polling, e.g. when the workspace directory is created. On Tue, Nov 6, 2012 at 11:33 AM,

Re: Jenkins failed to record SCM polling

2012-11-05 Thread hezjing
Hi This problem is resolved by deleting the workspace directory. It looks like the problem occurred after Jenkins is restarted after the upgrade. On Tue, Nov 6, 2012 at 11:08 AM, hezjing wrote: > Hi > > I'm using Jenkins 1.489 and Mercurial plugin 1.41. > > My Jenkins failed to poll Mercurial

Jenkins failed to record SCM polling

2012-11-05 Thread hezjing
Hi I'm using Jenkins 1.489 and Mercurial plugin 1.41. My Jenkins failed to poll Mercurial changes with the following error in the polling log: ERROR: Failed to record SCM polling for hudson.maven.MavenModuleSet@3c32fb80 [.] java.lang.ArrayIndexOutOfBoundsException: 1 at hudson.Launcher$2.lau

Re: Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Another possibility I thought of after posting this topic: To name all the builds in a matrix multi-config job (incl. the master) I'd be happy to use an expression like *last_level_of*(${SVN_URL}) + "." + ${SVN_REVISION} Does anyone know if there's a way to manipulate strings before they are

Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Hi there I'm using the Build Name Setter plugin with a Matrix project to pick up a version string from a build.properties file. The right value of the version string is generated by my build script. This is because we keep the MAJOR and MINOR version numbers in svn. The build scripts make sure

Re: How to obtain a thread dump for a hung Java process started by Jenkins?

2012-11-05 Thread Youri
If you go to a particular node, you can see detailed information about it, including env variables and at the bottom a thread dump, but i'm afraid that in your case your process is detached so it won't appear here. Le lundi 5 novembre 2012 14:57:15 UTC+1, DaveyBob a écrit : > > Hey there, > > W

Re: Deploying to a local GlassFish 3 instance fails on a ClassCastException

2012-11-05 Thread Manoj Sah
Hi, I am getting same error as below. Did you get any workaround for this ? On Thursday, September 15, 2011 9:10:42 AM UTC-7, Ilmari Vacklin wrote: > > I'm trying to deploy a .war to a GF3 instance in `/var/lib/glassfish`. > I've also specified the admin user/pass in the project configuration. I

Re: Email-EXT/Warnings Plugin Questions

2012-11-05 Thread Fisher, Allen
In case anyone has a similar requirement in the future or is interested how I solved it, this is what I came up with. I'm sure there's a more graceful solution using the build object, but parsing XML in groovy is just so darn simple and I was up against a deadline… import groovy.xml.* def warni

Re: Violations Plugin and JSlint

2012-11-05 Thread Bertrand Tornil
Hi I have something working, here : In the generated jshint.xml file, the full path is missing into the "name" attribute of each tag . For instance : ... You need to add the full path : in my case something like I was able to fix it with a sed oneliner : sed -E 's???' jshint.xml

How to obtain a thread dump for a hung Java process started by Jenkins?

2012-11-05 Thread DaveyBob
Hey there, We have a Java build process that sometimes gets stuck during execution of unit tests. I'd like to capture a thread dump when that happens, but I can find no way (that works) to get that thread dump. Our Jenkins is running on Windows. I found some stuff on using sc.exe to create a

Re: Passing parameter into Jenkins

2012-11-05 Thread blaz
Tokan Macro Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin) can read properties from property file.