Is there a way to affect buffering from remote host in SSH Exec runner?

We are very disciplined with our remote output sent back to our TeamCity from our "SSH Exec" steps and we would like as fast buffering as possible. Is there a way to tell this step to send back each line immediately?

0
2 comments
Avatar
Permanently deleted user

Even more unpleasant is that buffering hiccups affect the apparent execution time recorded on the server and it is displayed simply put, incorrectly.

 

The ideal way to send back buffers from remote output would be after each teamcity control line.

0

Hi,

would it be possible to provide an example of what the issue is? Something like a simple script that should produce some simple output and the output it actually produces instead of the expected.

On our side, we try to pick up the responses and add them to the log as soon as possible. I'm not sure whether the issue in this case would be with TeamCity's handling of the connection or the remote server side.

0

Please sign in to leave a comment.