Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Artifact in remote server
Permanently deleted user
Created
How do we copy the build artifact in remote server. I tried with IP address ( <Path> => \\a.b.c.d\SharedFolder ) and the machine name. But the result was negative.
I'm afraid TeamCity doesn't support publishing of artifacts on external servers. We have this feature in our tracker, but it is not implemented yet. Feel free to vote for it.
If I wanted to do something like that myself with a plugin, what would be the appropriate type of plugin to use? Should I implement BuildServerListener, and check for success on BuildFinished? Or create a notifier?
Hello,
I'm afraid TeamCity doesn't support publishing of artifacts on external servers. We have this feature in our tracker, but it is not implemented yet.
Feel free to vote for it.
Regards,
KIR
If I wanted to do something like that myself with a plugin, what would be the appropriate type of plugin to use? Should I implement BuildServerListener, and check for success on BuildFinished? Or create a notifier?
-Lkb
Hello Lorin,
Such plugins can extend BuildServerAdapter, I think this is more correct (and more simple) than write a notifier.
Regards,
KIR