|
||||||||
|
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.

You are awaiting this change in Jenkins core: https://github.com/stephenc/jenkins/blob/threadsafe-node-queue/core/src/main/java/hudson/slaves/ComputerRetentionWork.java
You can work around it with a bit of Groovy script...
Basically you need to create a sub-class of ComputerRetentionWork where the doRun method wraps a call to it's super.doRun and then modify the extension list for PeriodicWork, removing the old ComputerRetentionWork instance and adding an instance of your sub-class