Re: Build failing because Jenkins is unable to delete a tmp file

2012-09-03 Thread Tom Huybrechts
The build is not failing because Jenkins can't delete the file. It's failing (and the file can't be deleted) because the slave's network connection to Jenkins was broken. On Fri, Aug 31, 2012 at 6:30 PM, Richard J r...@columbia.edu wrote: I see the same problem when running a Windows batch file

Jenkins with TestLink

2012-09-03 Thread bandy
Hi, I am new in Jenkins and wandering for few days to get my head around the topic How to trigger downstream job based on certain conditions ? Details: I have testlink integrated with jenkins which manages the test suite and test cases. I have a custom field Test Client Platform Type in

plugins and jobs missing after system restart

2012-09-03 Thread R N
Hi, I had deployed jenkins (version 1.478) to build a git repository, polling the repo for changes. It was all working fine for more than 2 weeks. Over the weekend the server went down because of a power failure and after that I am not seeing the plugins and the job configuration that I

Re: Jenkins with TestLink

2012-09-03 Thread cjo
To run one or other of the downstream jobs, it currently not a simple case as, but there are are several different ways of doing it. Use a groovy post build script to trigger one of the builds You could use the Parametrized trigger [1] in combination with the conditional build step plugin,[2]

Re: plugins and jobs missing after system restart

2012-09-03 Thread Gábor Garami
How did you deployed jenkins? Via packages of pkg.jenkins-ci.org or via manual deployment (custom init script, what runs war, or something)? What is the current home dir of jenkins user? You can discover it with finger jenkins command (maybe you need to install the finger package). Garami Gábor

Re: Jenkins crashing, GLib error

2012-09-03 Thread Gábor Garami
Master's java is quite old, try to upgrade to latest jdk6 (u34 iirc). I think there is a ppa for that or sthg. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.08.31. 13:03, David

Re: Installing Jenkins plugins via API?

2012-09-03 Thread Mark Waite
I use the command line interface with the command install-plugins followed by the name of the plugin. java -jar jenkins-cli.jar http://127.0.0.1:8080/ install-plugins Claim CppCheck Git Findbugs HGCA HTMLPublisher etc. Is that what you're seeking? Mark Waite

Re: Installing Jenkins plugins via API?

2012-09-03 Thread dduvnjak
Hi Mike, I'm actually looking for the REST API. Dario On Monday, September 3, 2012 1:50:31 PM UTC+2, dduvnjak wrote: Is there a Jenkins API call which enables remote plugin installation? The documentation implies that possibility, but I can't seem to find it anywhere. I'm trying to

Re: plugins and jobs missing after system restart

2012-09-03 Thread Gábor Garami
Hmm and what is the home dir of jenkins user? Try to find it in /etc/passwd Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.09.03. 19:13, R NB rnna...@gmail.com ezt írta: I

Release of selenium grid v2.1

2012-09-03 Thread Richard Lavoie
Hello everyone, I am pleased to announce the release of the selenium grid plugin version 2.1 after almost 10 months of no changes. This version brings alot of new stuff like multiple running configurations per slave. Allows the creation of configurations so it doesn't start a node with 5FF,

Re: Maven Build on Slave Fails: NoClassDefFound error when parsing pom.xml

2012-09-03 Thread Anura S Nawarathna
I also has the same problem and disconnect and reconnect the slave solved the problem. Try this. Good Luck! On Friday, November 4, 2011 6:13:58 AM UTC+5:30, Jamie wrote: Hi all. I've not been able to find a solution to this one thus far so am hoping I can crowd-source it somewhat. I have a