Code changed in jenkins
User: R. Tyler Croy
Path:
src/main/java/com/microsoft/azure/remote/AzureVMAgentSSHLauncher.java
http://jenkins-ci.org/commit/azure-vm-agents-plugin/e0c852a4fd5b2108cf8bfec3fb6b8b289eaa5ffe
Log:
Force a new session to be created after running the init script to pick up new settings
In scenarios where new shells, groups, user settings or other environmental
changes which are made by the 'Init Script', this patch will ensure that the
launching of the `slave.jar` will pick those changes as part of the launched
Jenkins agent
Fixes JENKINS-40291
Code changed in jenkins
User: R. Tyler Croy
Path:
src/main/java/com/microsoft/azure/remote/AzureVMAgentSSHLauncher.java
http://jenkins-ci.org/commit/azure-vm-agents-plugin/e0c852a4fd5b2108cf8bfec3fb6b8b289eaa5ffe
Log:
Force a new session to be created after running the init script to pick up new settings
In scenarios where new shells, groups, user settings or other environmental
changes which are made by the 'Init Script', this patch will ensure that the
launching of the `slave.jar` will pick those changes as part of the launched
Jenkins agent
Fixes
JENKINS-40291