AWS Device Farm Plugin file leak

Article ID:360028572531
1 minute readKnowledge base

Issue

This plugin is known to produce a file leak.

You can review the open file handles using:

sudo lsof -p <JENKINS_PID> | grep -c aws-device-farm

Where <JENKINS_PID> is replaced by the Jenkins process id.

Resolution

This issue was fixed in version 1.26 of the AWS Device Farm plugin. Please update to the most recent release in order to receive the fix.

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.