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?

0
1 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

0

Please sign in to leave a comment.