-
New Feature
-
Resolution: Fixed
-
Critical
-
None
-
-
453.va_f398e86a_9ec
We would like to use this plugin for VHDL testing.
Unfortunately, several aspects of the plugin makes it java-specific.
I suggest the plugin is modified so that it becomes more generic and useful for all kinds of tests regardless of language.
These changes must be made:
1: The plugin currently parallelises on the "testclass" granularity. In systems other than java there is no "testclass" concept. Just a bunch of "testcases". The plugin assumes all testcases belong to the same class, and is unable to parallelise any tests. The plugin should be changed to parallelise on the "testcase" granularity.
For backwards compatibility, the plugin could autodetect if any testclasses exists.
2: The plugin appends ".java" and ".class" to each testname in the exclusionfile. The testnames should be unmodified.
3: The plugin replaces all "." with "/" in the testnames. The testnames should be unmodified.
- relates to
-
JENKINS-47206 Guess at buckets for initial build via filesystem scan
- Resolved
- links to