In Jenkins I am using freestyle project and Windows Batch command as a Build to execute the yml script.i have also added the have added Performance Plugin.
However when i run the script then it stops at
10:28:18 INFO: Waiting for results...
and Loader keeps loading.
Here is a full summary
Started by user admin
Building in workspace D:\Jenkins CICD\workspace\Last Test before reinstall
[Last Test before reinstall] $ cmd /c call C:\Windows\TEMP\jenkins5119426352464070556.bat
D:\Jenkins CICD\workspace\Last Test before reinstall>bzt D:\quick_test.yml
10:28:16 INFO: Taurus CLI Tool v1.12.0
10:28:16 INFO: Starting with configs: ['D:\\quick_test.yml']
10:28:16 INFO: Configuring...
10:28:16 INFO: Artifacts dir: D:\Jenkins CICD\workspace\Last Test before reinstall\2018-06-14_10-28-16.763265
10:28:16 INFO: Preparing...
10:28:18 WARNING: Thread group detection: plugin for ConcurrentThreadGroup not found, regular ThreadGroup will be used
10:28:18 WARNING: Failed to detect plugins for D:\Jenkins CICD\workspace\Last Test before reinstall\2018-06-14_10-28-16.763265\modified_requests.jmx: [WinError 2] The system cannot find the file specified
10:28:18 INFO: Starting...
10:28:18 INFO: Waiting for results...
I am able to run script successfully with command Prompt.