-
Bug
-
Resolution: Fixed
-
Minor
-
None
Jenkins master failed to remove finished node, I've read the code and my hypothesis is because you cannot remove node immediately after one job is complete, so we need to use RetentionStrategy to remove the node
I've created pull request https://github.com/jenkinsci/amazon-ecs-plugin/pull/35, please review and accept