We have a master/slave configuration with different linux servers. I have enabled our pull request builds to run concurrently on separate nodes. We are using the text finder plugin to search the console log for "GUNIT_JENKINS_FAILURE_ID|FAILED", but when builds are running concurrently, it fails with the term "Jenkins Text Finder is waiting for a checkpoint". Noticing in the log when it fails, it is looking for the other build number that is running not the one it is currently on. Is there a way to fix that?