Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23770

populateJenkinsHome does not work for all Jenkins TYPEs

      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

            Unassigned Unassigned
            drulli Ulli Hafner
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: