Default way to download artifacts from target machine
TeamCity has such standard runners as ssh-exec and ssh-download. I used these runners to run some tests on the target machine. Does teamcity have any runners (besides custom script) to download results from target to server?
Please sign in to leave a comment.
I'm afraid not. You will need to run some script to gather the results. If it's not files but just data, you might want to report it via service messages: https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html