You can run tests that employ Service Virtualization with Jenkins continuous integration.
Before you begin setting up a job in Jenkins, make sure you prepare your virtual services and other prerequisites as described in the Service Virtualization Help Center. Then you need to enter the server details.
Configure the connection to your Service Virtualization Server
- Install the "Micro Focus Application Automation Tools" plugin. (Manage Jenkins > Manage Plugins)
- Go to the Jenkins Server home page.
- Click the Manage Jenkins link in the left pane.
- In the Manage Jenkins Page click Configure System.
- In the Configuration tab, scroll down to the Service Virtualization section.
- Click Add SV server.
- Specify Service Virtualization Server details. The Server URL must be in the following format:
<scheme>://<Service Virtualization Server IP or hostname>:<port number>/management
For example:https://agata:6085/management
More Information
- For a list of the supported pipeline job types for Service Virtualization, see Support for Pipelines.
- For details on how to use a virtual service in a Jenkins test or how to automate the update of simulation models, see the Continuous Integration section in the Service Virtualization Help Center.
- For general information about the plugin, see the Micro Focus Application Automation Plugin page.