Hi all, I am looking for a way to build client-server application with jenkins. The server side runs on linux machine and the client side runs on a windows machine. So the build steps required are completely different.
As of now, I have setup jenkins slave on windows and am achieving the functionality using parameterized builds. So I have 5 different projects Proj 1: Build server on Linux machine Proj 2: Build client on windows Proj 3: Run some unit tests Proj 4: Clean up on Linux machine Proj 5 :Clean up on windows machine. But it is very difficult to maintain this way. What I would like to do is have each of these 5 projects as different build steps in the same project and link each step to a different machine. Is there a way I can link different build steps in a project to different machines. Or is there a better way I can build client server applications? Please advise. Regards, Madhu. -- 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.
