Jenkins - ERROR: Exception when publishing, exception message [Failure] Build step 'Send build artifacts over SSH' changed build result to UNSTABLE

时间:2022-04-17 04:52:41

今天在处理Jenkins的时候出现了一些异常,看着控制台,编译都是通过的,只是没有部署上来,查看了控制台日志,如下:

Jenkins - ERROR: Exception when publishing, exception message [Failure] Build step 'Send build artifacts over SSH' changed build result to UNSTABLE

刚开始还以为是权限通道什么的,后来才发现是执行脚本根本不让执行,以前也遇到过,都是找领导把日志清理了下或者进去后台kill掉进程,删除日志,重新启动就可以了。

执行命令:

df -h

查看磁盘使用情况,发现如下:

Jenkins - ERROR: Exception when publishing, exception message [Failure] Build step 'Send build artifacts over SSH' changed build result to UNSTABLE

到这里,基本上可以确定是磁盘已经满了,导致不能处理。删除日志,然后重新发布即可。