| The downgrading of the plugin from 2.28 to 2.27 resolved the issue on all of our build agents except for one. When we point our promotion jobs to it they fail, when we point them to another build agent they succeed. They always fail because the promotion is creating and using a new workspace with @2 on the end of it. Also the build agents are the same OS and setup. It is not competing against another build as we have disabled all other builds that use that workspace, and it is also not intermittent. It seems like something from the promoted builds plugin 2.28 version was cached on the build agent since the downgrade resolved the issue for the other build agents. I disconnected the build agent, deleted the .jenkins directory located in the root directory, and connected the agent but we are still getting the same issue. |