You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue:
(!) You need to add a FileParameter to the child job.
For example given that you configured the parallel-test-executor to create a "myexclusions.txt" the you need to add a File Parameter "myexclusions.txt" to the job called by the parallel-test-executor plugin.
I think the WIKI description as well as the demo should be updated to reflect that.
When I parallelize via the free style jobs no exclusion files are created.
This leads to all tests running on all nodes.
I can reproduce this behaviour both on my private Jenkins instance and using the demo.
Steps to reproduce:
Expected results:
Actual result:
The text was updated successfully, but these errors were encountered: