#【linux -> linux】 # jenkins 上执行此命令,将打包产品复制到测试服务器 192.168.3.222 scp /home/jenkins/workspace/feek8s-2/build/target/feepolicy-*.tar.gz root@192.168.3.222:/home #【windows -> linux】 # windows 安装 git,将 jelasticsearch-6.2.4.zip 拷贝到 linux 上,linux 需用 root scp "/D/ElasticSearch/elasticsearch-6.2.4.zip" root@192.168.3.222:/home