Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-06 Thread ziv
hi Marius Thanks for the info. There is no additional info after the change. -- Setting up jenkins (1.560) ... + [ -r /etc/default/jenkins ] + . /etc/default/jenkins + NAME=jenkins + JAVA=java + JAVA_ARGS= + PIDFILE=/var/run/jenkins/jenkins.pid + JENKINS_USER=jenkins +

Not getting any tests results from a Windows Jenkins box

2014-05-06 Thread Curtis Salisbury
I am running tests through Jenkins on a windows box. In my "Execute Windows Batch command" portion of the project configuration I have the following command: nosetests --nocapture --with-*xunitmp* --eval-attr "%APPLICATION% and priority<=%PRIORITY% and smoketest and not dev" --processes=4 --pr

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-06 Thread Les Mikesell
On Mon, May 5, 2014 at 2:42 PM, Stephen Connolly wrote: > > It is rather easy to saturate a server with a small number of ssh-slaves > based slaves. > > For example, on an AWS m3.large class machine, 10 ssh-slaves concurrently > building jobs as chatty as the mock-load-builder job type is the most

Perforce: merge files from a continuous directory to an integration directory...

2014-05-06 Thread Mark Wilhelm
I have continuous and integration build jobs. I would like to run my integration build so that it runs Perforce to automatically move files (not merge) from the dev branch/directory into the int branch/directory and then run the integration build. How or what are the commands for Perforce/Jenk

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-06 Thread Charles Chan
Thanks for the confirmation. On Tuesday, May 6, 2014 4:40:59 AM UTC-7, Stephen Connolly wrote: > > Yes, it sounds like there is a race condition between the post disconnect > tasks and the reconnect tasks: > https://github.com/jenkinsci/ssh-slaves-plugin/blob/ssh-slaves-1.6/src/main/java/hudson/

Re: Jobs fail due to lost slave connection since upgrade 1.560

2014-05-06 Thread Marius Gedminas
On Tue, May 06, 2014 at 11:28:57AM +, matthew.web...@diamond.ac.uk wrote: > Before you upgrade Jenkins, it's always worth looking at > http://jenkins-ci.org/changelog, and in particular looking at > "Community Ratings" to see if there are any reported issues with a > particular release. Ooh, I

URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-06 Thread vidhya radha
Hi, I want to integrate SOAPUI into jenkins and how the build will run automatically if the person done any changes in coding. In jenkins build should run automaticallly. Thanks in advance, Thanks, Vidhya.R -- You received this message because you are subscribed to the Google Groups "Jenkin

How to rename a job via API ?

2014-05-06 Thread Jost, Martin (NSN - DE/Ulm)
Hello, I want to rename jobs in Jenkins via API. I know how to create/copy/delete jobs - but I can't rename them (like I can in the GUI) Doing a copy, followed by a delete of the old job not only looses all the history of the job, but also doesn't update references to the thus "renamed" job. I

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-06 Thread Stephen Connolly
On 5 May 2014 22:19, Charles Chan wrote: > Hello Stephen, > > Thank you for the informative reply. I look forward to your blog post! > > I'm looking forward to writing it... it will not be this week... > To answer your question, we have approximately 2 dozen standard ssh Linux > slaves, and abo

RE: Jobs fail due to lost slave connection since upgrade 1.560

2014-05-06 Thread Matthew.Webber
Before you upgrade Jenkins, it's always worth looking at http://jenkins-ci.org/changelog, and in particular looking at "Community Ratings" to see if there are any reported issues with a particular release. In this case, I suspect that you have encountered https://issues.jenkins-ci.org/browse/JE

Jobs fail due to lost slave connection since upgrade 1.560

2014-05-06 Thread Marius Gedminas
I've an Ubuntu 12.04 LTS server and upgrade Jenkins to the latest upstream deb package whenever it comes out. Jenkins runs some of the jobs on an Ubuntu 10.04 LTS slave on the same LAN, controlled over SSH. I've had four failures (out of 16 runs) since Apr 27, all with FATAL: hudson.remoting

Re: Failed to connect to repository : Could not init /tmp

2014-05-06 Thread Mark Waite
There was a change made in git client plugin 1.8.1 in that area. If you are not using git client plugin 1.8.1 you should try updating to that version through the "Manage plugins" page. If you are using git client plugin 1.8.1 then you may need to downgrade to git client plugin 1.8.0. You should p

RE: I could not proceed further after added rake plugin in jenkins

2014-05-06 Thread Matthew.Webber
Please don’t post multiple times about the same problem, before anyone has had a chance to respond. This is not a paid support line; people will respond when they have time, if they think they can help. Remember that not everyone is in the same time zone as you – folks in the Americas are probab

Re: I could not proceed further after added rake plugin in jenkins

2014-05-06 Thread vidhya radha
I didn't resolve the problem after deleting the .jpi file. what i need to do to resolve the problem. -- 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 email to jenkinsci-

Re: I could not proceed further after added rake plugin in jenkins

2014-05-06 Thread vidhya radha
is there any way to resolve this problem On Tuesday, May 6, 2014 1:36:58 PM UTC+5:30, vidhya radha wrote: > > hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: > java.io.IOException: Unable to read D:\Program Files\Jenkins\config.xml > at hudson.WebAppMain$3.run(Web

Re: I could not proceed further after added rake plugin in jenkins

2014-05-06 Thread vidhya radha
On Tuesday, May 6, 2014 1:36:58 PM UTC+5:30, vidhya radha wrote: > > hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: > java.io.IOException: Unable to read D:\Program Files\Jenkins\config.xml > at hudson.WebAppMain$3.run(WebAppMain.java:234) > Caused by: org.jvnet

RE: Note on IE 11 compatibility w/ Jenkins v.1532.2

2014-05-06 Thread David Aldrich
Hi There is already a JIRA for the people list issue, raised for IE9. You could add to that and vote for it: https://issues.jenkins-ci.org/browse/JENKINS-22606 Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Oleg Nenashev Sent

Re: Note on IE 11 compatibility w/ Jenkins v.1532.2

2014-05-06 Thread Oleg Nenashev
Hi Richard, Then arcjenkins-dev mailing list is not a good place to submit issues, because nobody can read&handle every e-mail I kindly ask you to create issues on https://issues.jenkins-ci.org/ Then Jenkins component maintainers will get notifications and will be able to handle the issues. Th

I could not proceed further after added rake plugin in jenkins

2014-05-06 Thread vidhya radha
hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.io.IOException: Unable to read D:\Program Files\Jenkins\config.xml at hudson.WebAppMain$3.run(WebAppMain.java:234) Caused by: org.jvnet.hudson.reactor.ReactorException: java.io.IOException: Unable to read D:

Re: Failed to connect to repository : Could not init /tmp

2014-05-06 Thread Andrei Dascalu
Any success in finding a solution to this? I am having the same issue. It happened soon after upgrading to 1.561. Just a day earlier everything was working fine and there were no changes done on the server since then. - Jenkins 1.561 - Centos 6.5 x64 - Git 1.8.5.5 On Friday, April 2

Jobs disappears when updating 1.560 -> 1.561

2014-05-06 Thread Vittorio Boccone
I've several multiconfiguration jobs which disappear when upgrading Jenkins from version 1.560 to 1.561 (through yum). All the files are there but they are not loaded I can roll back the Jenkins version and everything works again, although I would like to understand why this happen. Logs are n