Solved
Forum Discussion
There are multiple ways to achieve the same.
- Using testrunner utility of SOAPUI. Call this utility from Jenkins
- Using apache-ant, which internally calls testrunner of SoapUI. Call the respective target. You need to write the build scripts.
- Using maven, there are plug-in available for free version.
You may have a look at this short demo
https://hub.docker.com/r/nmrao/soapui/