ikeike443/HudsonPluginForPlay

Support workspace name with spaces

Closed this issue · 5 comments

The path sent to the play command should be quoted.

play auto-test /var/lib/jenkins/jobs/test play site and api/workspace

should be

play auto-test "/var/lib/jenkins/jobs/test play site and api/workspace"

Exactly.
Thank you.

Thank you for creating the plugin!

pushed the wrong button ;-)

Thanks.
Merged it.