|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/org/jenkinsci/test/acceptance/controller/ExistingJenkinsController.java
src/main/java/org/jenkinsci/test/acceptance/controller/IJenkinsController.java
src/main/java/org/jenkinsci/test/acceptance/controller/JenkinsController.java
src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java
src/main/java/org/jenkinsci/test/acceptance/controller/RemoteJenkinsController.java
src/main/java/org/jenkinsci/test/acceptance/server/PooledJenkinsController.java
http://jenkins-ci.org/commit/acceptance-test-harness/2fcffb2f76cccd5fd7a7f0bc7636f7a76007dc86
Log:
JENKINS-23770 Making JUT server (PooledJenkinsController) work again.
c9b925d (@stephenc) introduced a populateJenkinsHome but only partly implemented it, in particular failing to implement in PooledJenkinsController and ExistingJenkinsController.
c490ff8 (@ogondza) then made this mandatory for all tests.
a62ba10 (@kohsuke) fixed one fatal problem with c490ff8 (by packing tool_installers.zip) but did not address this one.
Not marking FIXED since this change does not yet address ExistingJenkinsController.