koen_able
6 years agoOccasional Contributor
Jenkins - Failed to load the project file: Could not start SoapUI Pro functional testing
I build my Jenkins multibranch pipeline with a Jenkinsfile in which I also call the SOAPUI Pro plugin. Unfortunately I receive the following error when I build my Jenkins test:
Failed to load the project file [/home/able/jenkins/workspace/BLABLA_Test/test-automation]
hudson.AbortException: Could not start SoapUI Pro functional testing.
The Jenkinsfile looks like this:
steps {
script {
SoapUIPro( environment: 'env_0715', pathToProjectFile: '/home/able/jenkins/workspace/BLABLA_Test/test-automation', pathToTestrunner: '/home/able/readyapi/installation/bin/testrunner.sh', projectPassword: '', testCase: '', testSuite: 'testsuite-1')
}
}
What am I doing wrong? Does somebody have a suggestion? I can provide more information if needed.
Hi,
Please launch TestRunner from ReadyAPI and compare the generated command-line with the command-line which you use. Does it work?
If you have issues only with running the test from Jenkins, please provide us with a screenshot of the SoapUI Pro Functional plugin settings:
To get more info about these settings, please see: https://support.smartbear.com/readyapi/docs/integrations/jenkins.html
I was given wrong xml path, as of now its working fine.