I've just configured a simple project with the jenkins plugin, and was scratching my head as to where the reports had vanished to, when I spotted that the spaces in the job title (and hence the workspace location) had been converted to %20 in the output path. Creating a new project with hyphens instead of spaces fixed that.

It looks like the old File.toURL() instead of File.toURI().toURL(), but CodeLocations.codeLocationFromPath() is using the latter, so I'm not sure where the issue might lurk.

Project is basically using the MostUsefulConfiguration, one Steps class, one Stories class, nothing complicated.

thanks

Rob


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to