-
Bug
-
Resolution: Fixed
-
Major
Currently MavenComputerListener.preOnline copies Maven-related JARs to a new slave as soon as it is started, even if that slave is never used to run a Maven build. This is wasteful. Should copy these JARs if and when a Maven build is run on the slave node.
- is related to
-
JENKINS-15120 Minimize round trips for slave class loading
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
maven-plugin/src/main/java/hudson/maven/AbstractMavenProcessFactory.java
maven-plugin/src/main/java/hudson/maven/Maven31ProcessFactory.java
maven-plugin/src/main/java/hudson/maven/Maven3ProcessFactory.java
maven-plugin/src/main/java/hudson/maven/MavenComputerListener.java
maven-plugin/src/main/java/hudson/maven/MavenProcessFactory.java
http://jenkins-ci.org/commit/jenkins/bf7eb802d9b4535927dca89a41f62fc24d1c409f
Log:
[FIXED JENKINS-16261] Defer JAR copying from MavenComputerListener.preOnline.
Compare: https://github.com/jenkinsci/jenkins/compare/4f68a088cd3a...bf7eb802d9b4