linux jenkins下找不到主机问题

Running as SYSTEM

Building in workspace /var/jenkins_home/workspace/test_dep

SSH: Publishing to [Java] - Label [Java] matches expression [Java]

SSH: Connecting from host [cadf75633427]

SSH: Connecting with configuration [Java] ...

SSH: EXEC: STDOUT/STDERR from command [if [ ! -z "1.0.108" ]; then

/n/tools/ks deploy user 1.0.1108 test ai

else

exit -1

fi] ...

Error response from daemon: Get https://registry-zhen.aliyuncs.com/v2/: dial tcp: lookup registry-shenzhen.aliyuncs.com: no such host

failed.

SSH: EXEC: completed after 200 ms

SSH: Disconnecting configuration [TestJava admin] ...

ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [253]]

Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE

Finished: UNSTABLE

可以先ping试试:

ping xxx.xx.xx.com

如果报:没有域名

root@java \~\]# vim /etc/hosts hosts hosts.allow hosts.deny \[root@java \~\]# vim /etc/hosts \[root@java \~\]# ping registry-cn-shenzhen.aliyuncs.com PING registry-enzhen.aliyuncs.com (100.103.7.152) 56(84) bytes of data. 64 bytes from registry-shenzhen.aliyuncs.com (100.103.7.152): icmp_seq=1 ttl=102 time=0.987 ms 64 bytes from registry-shenzhen.aliyuncs.com (100.103.7.152): icmp_seq=2 ttl=102 time=0.973 ms 64 bytes from registry-shenzhen.aliyuncs.com (100.103.7.152): icmp_seq=3 ttl=102 time=0.920 ms 64 bytes from registry-shenzhen.aliyuncs.com (100.103.7.152): icmp_seq=4 ttl=102 time=0.959 ms 64 bytes from registry-shenzhen.aliyuncs.com (100.103.7.152): icmp_seq=5 ttl=102 time=0.966 ms \^C --- registry-vpc.cn-shenzhen.aliyuncs.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4002ms rtt min/avg/max/mdev = 0.920/0.961/0.987/0.022 ms \[root@java \~\]# vim /etc/hosts \[root@java \~\]# ping aliregistry-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com ping: aliregistry-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com: Name or service not known \[root@java \~\]# vim /etc/hosts \[root@java \~\]# ping aliregistry-shenzhen-shenzhen-internal.aliyuncs.com PING aliregistryshenzhen.oss-henzhen-internal.aliyuncs.com (100.118.205.94) 56(84) bytes of data. 64 bytes from aliregistry-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com (100.118.205.94): icmp_seq=1 ttl=102 time=1.49 ms 64 bytes from aliregistry-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com (100.118.205.94): icmp_seq=2 ttl=102 time=1.43 ms 64 bytes from aliregistry-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com (100.118.205.94): icmp_seq=3 ttl=102 time=1.39 ms \^C --- aliregistry-henzhen.oss-shenzhen-internal.aliyuncs.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 1.392/1.440/1.495/0.042 ms \[root@java \~\]# 配置好域名,则可以继续编译,直到编译完成。

相关推荐
热爱生活的五柒2 小时前
window11:docker desktop启动时一直转圈进不去
运维·docker·容器
Mrdaliang3 小时前
Linux系统性能优化
linux·运维·性能优化
LPH31196 小时前
Linux系统安全管理
linux·网络·安全·系统安全
linux行者7 小时前
linux基础重定向及组合重定向
linux·运维
m0_653031368 小时前
腾讯云TCCA认证考试报名 - TDSQL数据库交付运维工程师(PostgreSQL版)
运维·数据库·腾讯云
朱小勇本勇8 小时前
Clang Code Model: Error: The clangbackend executable “D:\Soft\Qt5.12.12\Tool
运维·服务器·数据库·qt·nginx
网硕互联的小客服8 小时前
502 Bad Gateway:服务器作为网关或代理时收到无效响应处理方式
运维·服务器·gateway
kikumaru7148 小时前
Mac 安装 finalshell
linux·网络·macos
哈哈浩丶9 小时前
Linux系统移植⑦:uboot启动流程详解-board_init_r执行过程
linux·驱动开发
mit6.8249 小时前
[Linux_core] “虚拟文件” | procfs | devfs | 上下文
linux·c语言·c++