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
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
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
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
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
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
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
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
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
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-
10 matches
Mail list logo