ikeike443 / HudsonPluginForPlay

Jenkins plugin for Play! framework. This is trunk of jenkins-ci/play-plugin.
http://wiki.jenkins-ci.org/display/JENKINS/play-plugin
33 stars 28 forks source link

Support workspace name with spaces #18

Closed francisdb closed 13 years ago

francisdb commented 13 years ago

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"
ikeike443 commented 13 years ago

Exactly. Thank you.

francisdb commented 13 years ago

Thank you for creating the plugin!

francisdb commented 13 years ago

pushed the wrong button ;-)

francisdb commented 13 years ago

see https://github.com/ikeike443/HudsonPluginForPlay/pull/23

ikeike443 commented 13 years ago

Thanks. Merged it.