Hi Guys, Is there any way I can run one *maven *job on* multiple nodes parallel.* ?? I didn't find anything so I create new job "*multi-configuration project", *however facing few question about that, would be glad if someone can explain things
I have created two nodes and in the job i have specify it to run on both the nodes. As this is a maven project to run I am *invoking top level maven target. *The problem is it's not able to find the pom.xml inside the location i have specified. I have specified my *custom workspace* as *C:\Users\gaurang_shah\workspace. * And *pom.xml* path as *maventest\pom.xml *(maventest is inside custom workspace i specified) However when i run the project it tries to find out the pom.xml in following folder, LocalSlave_1 and LocalSlave_2 are two nodes i am running this job on. C:\Users\gaurang_shah\workspace\label\LocalSlave_1 C:\Users\gaurang_shah\workspace\label\LocalSlave_2 If I change the *pom.xml* path to *..\..\**maventest\pom.xm *it works fine, however the question is 1. Why it tries to search the pom.xml in different path than what i have mention ?? 2. Is there any way to run maven project on different nodes without creating new multi-congiuration job ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
