Is there any jenkins plugin that calls a job specific to directory structure in SVN?

2012-05-28 Thread rohan
Hi Everyone!!! Is there any Jenkins plugin such that if directory , in SVN folder , is present then the _ Jenkins job is called ??? Thanks, Rohan Shetty

Re: Run Tests Distributed

2012-05-28 Thread Stephen Connolly
KK has a junit maven plugin for running tests distributed if your build uses Maven... Kristian Rosenvold has been working on adding support for KK's feature into Maven's Surefire plugin which would make that available as an extension to surefire rather than being a different plugin (with all the i

custom plots, graphs, trends

2012-05-28 Thread Gergely Nagy
Hi Jenkins gurus, I'd like to draw pretty graphs/charts to track arbitrary statistics extracted from builds (right now, mostly performance logging, to catch any regressions). I have tried the Plot plugin https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin, but I found it a bit rigid and cumber

Re: Run Tests Distributed

2012-05-28 Thread Harsh Kumar
The tests are written in JAVA. I appreciate the help. Just in-case if any of you are aware of any tool which can help please do let me know. Thanking all in anticipation. Regards, Harsh Kumar On Tue, May 29, 2012 at 12:12 AM, Mark Waite wrote: > If your tests are written in Python, you could

Re: Run Tests Distributed

2012-05-28 Thread Mark Waite
If your tests are written in Python, you could consider using py.test and the xdist plugin to spread the work among multiple machines. Other languages have other techniques for test discovery and test distribution, but as Sami said, the test distribution needs to know more about your tests than

Re: Run Tests Distributed

2012-05-28 Thread Harsh Kumar
Hi, I intend to do parallel runs of my tests in multiple machines. For eg, i have a test suite of 10,000 tests. I have 100 test machines and hence if i could divide these 10,000 tests among 100 machines and run that would save me time. Do you think there is a plug-in to do something similar or do

Re: Run Tests Distributed

2012-05-28 Thread Sami Tikka
Of course, you can split the tests into groups and use e.g. Multiconfiguration job to run the multiple test sets in multiple slaves at the same time. -- Sami Harsh kirjoitti 28.5.2012 kello 11.43: > Hi, > I have UI Automated Tests which i intend to run in parallel and need a > plug-in for tha

Re: Run Tests Distributed

2012-05-28 Thread Sami Tikka
There is no plugin that automatically runs your tests in parallel. It would actually be very difficult. The parallelization probably needs to know a lot about your tests, so it needs to be closely integrated with the test framework you are using. You should probably check if the test framework

Run Tests Distributed

2012-05-28 Thread Harsh
Hi, I have UI Automated Tests which i intend to run in parallel and need a plug-in for that. DistTest looks to run only jUnit test cases in parallel. Can you suggest a plugin. Regards, Harsh

Re: Create a view via API: known plans to fix issue JENKINS-8927 ?

2012-05-28 Thread William Zhang
any update for this post? On Thursday, September 15, 2011 10:19:17 PM UTC+8, Didier Durand wrote: > > Hi, > > I create lots of jobs via API. I would like to sort them out by > placing them in an appropriate view also dynamically created via API. > > It seems according to https://issues.jenkins-