Agent Push Plugin Properties
Howdy, does the agent push plugin or the cloud plugin have any hidden properties to add a delay before attempting to push the agent install to the box? I'm seeing it time out just a minute or so before the machine is ready.
Please sign in to leave a comment.
Hi Daniel,
We do have an issue in our tracker regarding this problematic: https://youtrack.jetbrains.com/issue/TW-19926
As mentioned there, we have two internal properties for this situation: `teamcity.agentPush.attempt.count` (default is 3) and `teamcity.agentPush.attempt.delay` (default is 20000) in milliseconds
Please keep in mind that this will only work for cloud agents.
Nice! Exactly what I was looking for! Thank you.