I've got a question. I need to parallel start tests of the project. But I must to do that on my local Jenkins, and the project is on the server.
Okey, I've got a Jenkins on my machine (localhost) on Tomcat (localhost).
How can I connect/write configuration/... to connect on server and parallel start tests?
('ve got Selenium tests, and the project build on maven)