-
Bug
-
Resolution: Fixed
-
Minor
a node environment is set as the slave channel is established. The resulting EnvVar doesn't need to be computed again and again any time hudson.model.Computer#getEnvironment is called. This has a bad side effect when a plugin involved in build queue need to check node environment to determine if ti can host the build : relying on remoting IO within a syncrhonized block can just block the queue processing.
- depends on
-
JENKINS-27178 Execute shell is terminated randomly
- Resolved
- is related to
-
JENKINS-27188 BUILDID and BUILD_TAG from previous project
- Resolved
- links to