How to run soap ui test suites through jenkins (without maven)
Hi,
With help of smartbear community , I have achieved scheduling the soapui test suites through windows task scheduler, now I want to run it using jenkins .
Is it possible to do so without Maven (I know nothing about Maven and very new to Jenkins. )
I tried to look for soap ui - jenkins integration but got very confusing articles. I also tried to implement what ever I found on community.
1. I am using Soap ui 5.3.0 open source
2.Hudson Jenkins (just a URL i have as developers in my team are using).
3 . I created a freestyle project in jenkins
4. Configured it with below windows batch command:
cd "C:\Program Files\SmartBear\SoapUI-5.3.0\bin"
testrunner.bat -a -f "C:\Program Files\SmartBear\Reports" "C:\Users\Desktop\projects\ABC-soapui.xml"
But when i build it , it gives error :
is there any plugin required ? or do i need to install anything.
Building in workspace E:\Hudson\jenkins_CL2020\workspace\Soapui Tests FATAL: org/jenkinsci/plugins/workflow/job/WorkflowRun java.lang.NoClassDefFoundError: org/jenkinsci/plugins/workflow/job/WorkflowRun