Not sure if this has been answered somewhere already, I couldn't find a solution just yet, we have a Jenkins master set up on Unix and a slave machine on Windows. Trying to get the QC plug in to work. Running the runTestSet.vbs on it's own kicks off the scheduler with the relevant tests, but when using the plug in to run it we come up against this error:
C:\slave\workspace\QTPExternalAPI>exit 0 [QTPExternalAPI] $ cscript /nologo /slave/workspace/QTPExternalAPI/runTestSet.vbs http://qc.qa.acx:8080/qcbin eapter ******** ACONEX ACONEX Sandbox\Tan\ExternalAPI Projects qcreport-Projects-53.xml 600 RUN_LOCAL Input Error: Unknown option "/slave/workspace/QTPExternalAPI/runTestSet.vbs" specified. FATAL: Couldn't run tests Build step 'HP Quality Center' marked build as failure Finished: FAILURE when we run manually we have to change to backslashes, ie /slave/workspace/QTPExternalAPI/runTestSet.vbs - does not work VS \slave\workspace\QTPExternalAPI\runTestSet.vbs - works Is there a way to set it up so that we can kick off the tests via the plugin? Thanking you in advance, Mills