Issue Type: Bug Bug
Affects Versions: current
Assignee: Oliver Gondža
Components: acceptance-test-harness
Created: 13/Jul/14 9:12 AM
Description:

Oliver, seems that the new implementation of JenkinsController#start does work only for a small subset of controllers:

try {
                populateJenkinsHome(new File(JenkinsController.class.getResource("jenkins_updates").toURI()), false);
            } catch (URISyntaxException ex) {
                throw new AssertionError(ex);
            }

Most controllers throw an exception in populateJenkinsHome. Moreover, if using the jutServer.sh command, then the resource "jenkins_updates" is within a jar and the conversion to a URI fails with an exception.


I already removed the exception for the TYPE=existing implementation: de8d094

Project: Jenkins
Priority: Major Major
Reporter: Ulli Hafner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to