Forum Discussion

elenal's avatar
elenal
Occasional Contributor
7 years ago

Fail to Run SoapUI Testrunner from Jenkins: ERROR [SoapUIProTestCaseRunner] java.lang.Exception: Fai

Trying to run my tests in Jenkins.

Tests run from GUI and from Windows command line (I've copied testrunner command from interface):

 

 

However, when I run the same  batch command from Jenkins, I'm getting:

 

Test #14 Console [Jenkins]

 ERROR [SoapUIProTestCaseRunner] java.lang.Exception: Failed to load the project file 

 

Any ideas how to fix it?

 
 
 

1 Reply

  • elenal's avatar
    elenal
    Occasional Contributor

    Solved myself: Jenkins (as a service) doesn't pick up project located on shared drive.

    Copied project to C:/ and it works now without any other changes.