I am using Jenkins to run my SoapUI project but I built separate "Execute Windows Batch Command" in jenkins for each project. For example, there are 10 different projects and i need to have 10 "Execute Windows Batch Command" in a job. How can I combine 2 or more command inside one "Execute windows batch Command" so i can run all projects in one job?
first project:
"C:\Program Files\SmartBear\ReadyAPI-2.6.0\bin\testrunner.bat" -
sREG_Agreement_GetAgreementv1 -r -a -j -J -fC:\Project\ESB_RegressionReport "-
RJUnit-Style HTML Report" -FXML -EUAT
C:\Project\ESB_Regression_GitHub\SoapUIProjects\Agreement-GetAgreement-v1-
soapui-project.xml
Second project:
"C:\Program Files\SmartBear\ReadyAPI-2.6.0\bin\testrunner.bat" -
sREG_Capability_GetCapability_v2 -r -a -j -J -fC:\Project\ESB_RegressionReport
"-RJUnit-Style HTML Report" -FXML -EUAT
C:\Project\ESB_Regression_GitHub\SoapUIProjects\Capability_GetCapability_v2-
soapui-project.xml
All the command can be written in one Execute Windows Batch Command
.