Dead executors and java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load EXACT

2013-06-24 Thread Ido Ran
Our Jenkins server had overheat problems and after we restore it is now showing this error message every time we try to run the build job. It manage to checkout the source code from git but as soon as it start to build the debug configuration is cancel it and show this error. The job is a mat

Re: OpenID and Role strategy plan

2013-06-24 Thread mallikarjunece
Hi ,I am also having similar issue with role strategy plugin.When i add one user for project roles then openid login is working properly.But, If i add another user to project/global rules then the login is not working then i checked the browser request URL ,which contains all the user information.H

Trouble connecting to Windows slaves using jnlp - quick question

2013-06-24 Thread Z W
Hi All We have trouble configuring windows as slaves to our linux box running jenkins; we configure the windows slaves to use jnlp at the slaves we kicked off the jnlp box shows connected with no drop down menu to install as windows service but on jenkins it says not connected Why is that ? Than

Re: Host key verification failure: Trying to launch ssh

2013-06-24 Thread Steffen Breitbach
Hi Gupta! On Mon, 2013-06-24 at 22:17 -0700, Gupta wrote: > c:\jenkins\workspace\x86_Linux_SmoketestB>ssh root@192.168.x.x "ls -l > /usr/local/SWAT" > Host key verification failed. Execute ssh without a parameter and then accept the host key. Another option would be to use 'ssh -s StrictHostK

Re: Jenkins login session timeout

2013-06-24 Thread Steffen Breitbach
Hi Pavel! On Mon, 2013-06-24 at 09:48 +0300, Pavel Tankov wrote: > This can't be too hard, please tell me where to configure it. Thanks. No, we just want to mess with you so we just ain't telling ;-) However, if it is THAT important: install Jenkins in a container (e.g. Tomcat) and delegate sec

Host key verification failure: Trying to launch ssh

2013-06-24 Thread Gupta
Hi, I am trying to launch a simple ssh command via jenkins from a Windows machine to a Linux machine but getting the below error: c:\jenkins\workspace\x86_Linux_SmoketestB>ssh root@192.168.x.x "ls -l /usr/local/SWAT" Host key verification failed. c:\jenkins\workspace\x86_Linux_SmoketestB>

How to implement to reboot the slave node

2013-06-24 Thread Zhouping Liu
Hello Everyone, I'd like to do some special tests using jenkins-ci tool, which are executed on slaves, and have the requirement to reboot the testing slaves each time, as the tests need a fresh-install OS. But I can't find any plugins to do this, my workaround is to split the job into three jobs:

Re: Knowledge sharing: Mercurial Plugin + Windows Service as Local System Account + Mercurial.ini

2013-06-24 Thread Jerry
Hi, Olivier. Just out of curiosity, what sorts of things do you put in the ini file on a build slave? We mostly put human-user-specific things in our ini files for Mercurial (hooks, usernames, etc.) and I'm wondering how you use this in a Jenkins context. Thanks! -- Jerry On Friday, June 21,

Re: How to use git post-receive hook with secured Jenkins

2013-06-24 Thread Richard Bywater
You might want to post the stack trace as it should just work. From the blogpost: "Finally, this URL doesn’t require authentication even for secured Jenkins, because the server doesn’t directly use anything that the client is sending." That's the behaviour that I have working in the instance I run

How to use git post-receive hook with secured Jenkins

2013-06-24 Thread Jon Schewe
I see instructions at [1] for how one should be able to trigger a build. However I have a secured Jenkins and visiting the URL on my site results in a stack trace unless I'm logged in. Do I need to give anonymous some permissions? I'm using project based matrix authorization and anonymous has read

Re: Paramterized build "List subversion tags" unable to use in rrepoURl

2013-06-24 Thread Peter Davis
Upgrading to Subversion Plugin v1.50 fixed this for me. (I was having the same problem with Subversion Plugin 1.45, Jenkins 1.505.) -Peter On Thursday, June 20, 2013 11:50:34 PM UTC-7, 06v...@gmail.com wrote: > > Hi, > I am using parameterized build for "List Subversion tags" to populate all

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Jonathan Daugherty
> Jun 20, 2013 10:10:07 AM hudson.remoting.JarCacheSupport$1 run > WARNING: Failed to resolve a jar 99359fe9ac016153261e724d92de37eb > java.io.IOException: The system cannot find the path specified > at java.io.WinNTFileSystem.createFileExclusively(Native Method) > at java.io.File.checkAndC

Not able to install perl plugin

2013-06-24 Thread Anand Sudabattula
Hi, Using Jenkins 1.518 on Linux, due to unavailability of ruby-runtime I am not able to install perl plugin. Jenkins log says: "Dependency ruby-runtime (0.10) doesn't exist" Any suggestions please? Thanks Anand -- You received this message because you are subscribed to the Google Groups "J

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Jonathan Daugherty
> Jun 20, 2013 10:10:07 AM hudson.remoting.JarCacheSupport$1 run > WARNING: Failed to resolve a jar 99359fe9ac016153261e724d92de37eb > java.io.IOException: The system cannot find the path specified > at java.io.WinNTFileSystem.createFileExclusively(Native Method) > at java.io.File.checkAndC

[RFC] what kind of talks would you like to hear in JUC?

2013-06-24 Thread Kohsuke Kawaguchi
We are closing in on the final agenda of the upcoming JUC Palo Alto. There are a lot of good talk proposals, and I personally thought it'd be good to get the feedback on the kind of talks people would like to hear. Common categories I classify talks are: - Fun talks. Not necessarily useful

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Oh well, it was worth a shot :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 24 2013 14:57:29 > Is there any chance you have Java 5 (1.5.x) installed on this slave? > If so, you'll need to upgrade to Java 6 or 7. I experience t

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Jonathan Daugherty
> Is there any chance you have Java 5 (1.5.x) installed on this slave? > If so, you'll need to upgrade to Java 6 or 7. I experience this failure using Java 1.7.0_25 and Java 1.6.0_45. -- Jonathan Daugherty Software Engineer Galois, Inc. -- You received this message because you are subscr

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Is there any chance you have Java 5 (1.5.x) installed on this slave? If so, you'll need to upgrade to Java 6 or 7. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jun 24 2013 14:44:26 > Today I upgraded my Jenkins installation from 1.5

Re: Windows XP slave agent launch failure on 1.519

2013-06-24 Thread Jonathan Daugherty
> Today I upgraded my Jenkins installation from 1.500 to 1.519. I also > upgraded some plugins (I can get my plugin list if need be). The > upgrade went fine in all respects except one: I now have a Windows XP > slave whose agent is failing to launch. My attempts to find an > explanation for thi

RE: Jenkins BuildNameSetterPlugin - timing issue

2013-06-24 Thread Bob Bick
Thanks Eric, I believe there exists a better solution than using the BuildNameSetterPlugin. In my Groovy code, I can get access to the build object and then call the setDisplayName() method on that. This way, I am in complete control of the code that generates the build name and I don't have to

Re: scaling jenkins to multiple projects without copying the projects

2013-06-24 Thread Gareth Bowles
You could also look at the Job DSL plugin; once you have your seed jobs set up, it's trivial to create a new set of jobs. On Monday, June 24, 2013 4:18:17 AM UTC-7, Mandeville, Rob wrote: > > I’ve had this problem as well. There are

Re: Jenkins BuildNameSetterPlugin - timing issue

2013-06-24 Thread Eric Pyle
Hi Bob, I've been dealing with a similar problem here. According to comments in the Build Name Setter plugin code, it checks twice for a value to set the build name. I suspect that the first check is before your Groovy script sets the parameter, so it doesn't get set until the second check ne

Jenkins BuildNameSetterPlugin - timing issue

2013-06-24 Thread Bob Bick
Hi, Background Currently, I have a System Groovy script that sets a BUILD_NAME_VAR parameter using: build.addAction(new ParametersAction(new StringParameterValue("BUILD_NAME_VAR";,"${val}"))) The Jenkins BuildNameSetterPlugin uses the BUILD_NAME_VAR variable to generate the build name

Re: Change the timezone

2013-06-24 Thread Owen B. Mehegan
If I remember right, quoting matters here. This java arg works for us: -Dorg.apache.commons.jelly.tags.fmt.timeZone='America/Los_Angeles' Note single quotes around America/Los_Angeles. And also an underscore. On Sunday, June 23, 2013 7:38:31 PM UTC-7, C. Benson Manica wrote: > > I'm running Jenk

Re: Notify "n Minutes before Job Starts"

2013-06-24 Thread Ann Campbell
The way I handle this is to put an n-minute sleep at the start of the job. Use the Extended email plugin to send a before-build notification & voila' On Monday, June 24, 2013 3:44:10 AM UTC-4, Vinod Kumar wrote: > > I am looking for a plugin or way to notify people n minutes before the job > a

Re: Notify "n Minutes before Job Starts"

2013-06-24 Thread Martin Ba
On 24.06.2013 09:44, VinodKumar wrote: I am looking for a plugin or way to notify people n minutes before the job actually starts. There was a plugin I saw a long time ago but I don't remember the name. It used to send notification at scheduled time then start actual job "n Minutes" after the sch

Goto statement not working properly in jenkins

2013-06-24 Thread Mayank Jhawar
Hi guys i have a parameter build structure. there are two parameters Environment and Tag When environment is selected as stage and a particular TAG is selected, i want the script to jump to that location based on the path mentioned in script but it runs into the default environment on its own

Can't launch control pannel on windows 7 through Jenkins

2013-06-24 Thread Chrissie
Hi, I am stuck with this issue. I installed Jenkins as an interactive service on windows 7. (I think it is interactive at least "sc query " can confirm the service is interactive.) I am trying to run cmd /C "contrl appwiz.cpl" through jenkins remoting on my windows 7 slave by putting

Notify "n Minutes before Job Starts"

2013-06-24 Thread VinodKumar
I am looking for a plugin or way to notify people n minutes before the job actually starts. There was a plugin I saw a long time ago but I don't remember the name. It used to send notification at scheduled time then start actual job "n Minutes" after the scheduled time. Can anyone help me for this

Publish over SSH plugin

2013-06-24 Thread BELLUS Stefan
Is it possible to force plugin to use SCP and not SFTP? On our target machines SFTP is not supported. Best regards Stevo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Jenkins vs. EBCDIC

2013-06-24 Thread Dirk Haun
Kohsuke, just checking: I sent you the build.xml and a logfile last week. Did you have a chance to look into it yet? Anything else I could do? Open a bug report, maybe? Thanks. On Mon, Jun 17, 2013 at 9:47 PM, Kohsuke Kawaguchi wrote: > It should be able to, actually. Any chance you can se

RE: scaling jenkins to multiple projects without copying the projects

2013-06-24 Thread Mandeville, Rob
I've had this problem as well. There are two ways of going about it. If you're willing to pay money, get the CloudBees Enterprise Edition, which has some plugins you can't get for free. One is a "Template" plugin. Basically, you make the job you want once, copy the XML into the template, and

Re: Upgrading from 1.480 to 1.518 causes apache to issue 503 errors

2013-06-24 Thread Manjunath DG
Hi All, I'm Planning to upgrade my Jenkins running on Linux Operating system (ubuntu 10.4) from current version Jenkins ver. 1.427 to the latest version 1.519 from web instance ( Upgrade Automatically).Is this recommendable to do it directly just after taking the back of config.xml.Do i need to

Aggregate downstream test results matrix

2013-06-24 Thread Louis Roché
Hi, I try to aggregate downstream tests results with a matrix as downstream job. But when I go in the aggregated test result page, it says that I have "No tests" and "Job A (last successful job is not fingerprinted)". I have something like Job A -> Job B -> Matrix Job A: record fingerprints and