How can I copy the artifacts from Teamcity to another server?

前端 未结 4 1870
陌清茗
陌清茗 2021-02-18 17:51

how can I copy the artifacts from Teamcity to another server? Thanks

4条回答
  •  时光说笑
    2021-02-18 18:26

    There is a Deployer plugin, that supports deploy by fileshare/SMB, FTP, SSH and other means. The usage is basically the same as the Artifact paths.

    We have used just samba, so you must enter:

    • target Host path: //server/drive/myfolder
    • Username: mydomain\myusername - in our case we had to write domain here too
    • Password: ****
    • Domain: mydomain

    and in path just select the files as in artifacts:

    product/* => product.zip
    

    and it will create file //server/drive/myfolder/product.zip

提交回复
热议问题