12 years ago
Integrating Jenkins (on Linux) with my Windows soapUI tests?
Keeping in mind that I know nothing about Java programming/testing and very little about the build process, how would I go about integrating my GUI-based soapUI tests that I have on my windows box with Jenkins? Essentially, we need them to be executed with every Jenkins build and e-mail the results to a list of people so that I don't have to be sitting here and manually kick them off everytime it builds. It would be nice to have everything self contained on the Jenkins server, but at the same time, the tests are constantly being revised/added to, so having to always keep them synchronized with server could be a huge pain. Thoughts/recommendations?