I'm new to Jenkins and I'm trying to understand how to use the Windows Exe runner.
I have a windows executable that runs a number of static tests on LabVIEW code in a windows desktop environment. I would like to be able to run the same exe using Jenkins.
I saw an example where they used "C:\program files\..." something as the path and mentioned the the exe should be in the Jenkins workspace to be found. I don't understand how this is supposed to work.
The wanted work flow:
1. Get the latest files from our SVN repo
2. Run the exe
(ideally: 3. Fetch the csv-file that the exe outputs and store in Jenkins)
Any ideas?