mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
47 stars 54 forks source link

Run Build doesn't trim spaces from Tasks input text box #257

Closed davidbuzinski closed 1 year ago

davidbuzinski commented 1 year ago

Add Run Build task to a job and input "check " to Tasks (note the trailing space). Jenkins will pass an empty task to the buildtool.

davidbuzinski commented 1 year ago

Hey @nikhilbhoski,

I am not able to reproduce the bug you found in our meeting yesterday. I tried putting spaces all around the tasks in a few places. Are you able to reproduce it again against our code in the main branch locally? Can you help me find a buildfile and command I can reproduce it with?

Is it possible that it was in the prototype code and not the code in main currently? If so, I'll close this issue. I just wanted to make sure we took a look at it.

davidbuzinski commented 1 year ago

Closing as it seems it might've been an issue on a dev branch