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 \~\]# 配置好域名,则可以继续编译,直到编译完成。

相关推荐
chlk12320 小时前
Linux文件权限完全图解:读懂 ls -l 和 chmod 755 背后的秘密
linux·操作系统
舒一笑20 小时前
Ubuntu系统安装CodeX出现问题
linux·后端
改一下配置文件21 小时前
Ubuntu24.04安装NVIDIA驱动完整指南(含Secure Boot解决方案)
linux
碳基沙盒21 小时前
OpenClaw 多 Agent 配置实战指南
运维
深紫色的三北六号1 天前
Linux 服务器磁盘扩容与目录迁移:rsync + bind mount 实现服务无感迁移(无需修改配置)
linux·扩容·服务迁移
SudosuBash1 天前
[CS:APP 3e] 关于对 第 12 章 读/写者的一点思考和题解 (作业 12.19,12.20,12.21)
linux·并发·操作系统(os)
哈基咪怎么可能是AI2 天前
为什么我就想要「线性历史 + Signed Commits」GitHub 却把我当猴耍 🤬🎙️
linux·github
十日十行3 天前
Linux和window共享文件夹
linux
木心月转码ing3 天前
WSL+Cpp开发环境配置
linux
蝎子莱莱爱打怪4 天前
Centos7中一键安装K8s集群以及Rancher安装记录
运维·后端·kubernetes