I'm trying to run a build in Jenkins where I set as parameter "Script" with the options being the scripts I have in my package.json file.
In Build Steps I execute the shell command: npm run "$Script"
Also using a custom workspace where I added the path of my Cypress project.
The build always fails with the error "The system cannot find the file specified".