-
Bug
-
Resolution: Fixed
-
Critical
-
-
5.8
The plugin is not able to access Service Virtualization project if the job is executed on a slave node.
Steps to reproduce:
- Configure Jenkins job to use the plugin to checkout SV project from Git and deploy the project to SV server.
- Restrict the job to be run only on slave node.
- Start the job.
Expected: Jenkins job result is SUCCESS.
Actual: The job fails on build step with deployment, because the plugin cannot access project file, which only exists in slave's workspace.