每次构建都都是成功,但是就没有就是没有传输过去文件 Transferred 0 file(s)
因为jenkins是容器启动,会考虑有没有可能是从容器ssh传输呢? (如果不是容器启动得,就把源文件地址改成 相对路径就行)
我就在容器验证ssh是否通信
还有记得把目标服务器得目录 执行 chmod -R 777 /test,可能会因为没有w权限失败
docker exec -it jenkins /bin/bash
root@jenkins:/# ls -l /root/.ssh/
total 16
-rw-r--r-- 1 root root 70 Jun 6 05:23 config
-rw------- 1 root root 3243 Jul 19 05:38 id_rsa
-rw-r--r-- 1 root root 743 Jul 19 05:38 id_rsa.pub
-rw-r--r-- 1 root root 1056 Jul 19 07:53 known_hosts
root@jenkins:/# ssh -i /root/.ssh/id_rsa.pub root@ip
root@'s password:
Last login: Thu Jul 20 09:50:46 2023 from 192.168.30.251
[root@40 ~]# ll /test/
total 0
[root@40 ~]# ls -ld /test/
drwxrwxrwx. 2 root root 6 Jul 19 14:26 /test/
[root@40 ~]#
最后把源文件地址写成了 相对路径
/opt/jenkins/jenkins_home/workspace/ces-file-pro/file/target/ces-file-0.0.1-SNAPSHOT.jar
之前写的是
/opt/jenkins/jenkins_home/workspace/ces-file-pro/file/target/ces-file-0.0.1-SNAPSHOT.jar文章来源:https://www.toymoban.com/news/detail-600881.html
文章来源地址https://www.toymoban.com/news/detail-600881.html
到了这里,关于jenkins Transferred 0 file(s)问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!