Step: Shell/Batch Command
Command: c:/Scritps/myscript.bat "${build.publishDir}/artifacts/${build.version}/myapp.jar"
Publish Dir is /server/folder1/folder2/folder3
QB is passing in as:
"\serverfolder1folder2 lder3uildsÚ62/artifacts/1.x.16/myapp.jar"
Please remove the surrounding quotation marks of the param passed to myscript.bat like below:
c:/Scritps/myscript.bat ${build.publishDir}/artifacts/${build.version}/myapp.jar
Robin Shen[19/Feb/10 01:07 AM]
Please remove the surrounding quotation marks of the param passed to myscript.bat like below:
c:/Scritps/myscript.bat ${build.publishDir}/artifacts/${build.version}/myapp.jar
c:/Scritps/myscript.bat ${build.publishDir}/artifacts/${build.version}/myapp.jar