moitraR
6 years agoNew Member
execute soapui project from bitBucket in Jenkins
I have to execute my soapUI (free version) project present in bitBucket through Jenkins.
My bit bucket repository location -- https://bitbucketRoshnee@bitbucket.org/thedatateam/audiences_testing.git
- Presently there are three branches in this repository –
- origin/feature/CA-351-testing---test-the-api
- origin/feature/CA-353-testing---test-the-api-for-concur
- origin/master
there are two folders – doc and src
there is a SoapUI project file in “src” folder, under branch “feature/CA-351-testing---test-the-api”
– a) UseJenkins-soapui-project.xml
to execute a project from local disk D drive, we use command statement as below --
testrunner.bat -s"TestSuite 1" -r -a -j -fD:\SOAPUIProject\reports D:\SOAPUIProject\UseJenkins-soapui-project.xml
what will be the command statement to execute the project from the git path ?
git configuration shared in screenshot