I am setting up Jenkins on Windows to take care of the builds for the Windows project I was working on. So far, I just built locally. I have a batch file that builds, which leads to the creation of some MSI installers.
Some of the projects contain post-build steps that run batch files. Arguments to batch files sometimes contain spaces. This is not a problem when I run the build command file from the command line.
However, Jenkins has a problem with this - I get errors like
"File not found: C: \ Program"
I am puzzled why the error occurs when Jenkins launches a package, but not when I run it manually - any ideas?
source share