在没有进行任何改动的情况,某正常运行的Jenkins突然报错:
1 2 3 4 5 6 7 |
22:10:34 SSH: Connecting from host [jjxxwoZ] 22:10:34 SSH: Connecting with configuration [f1] ... 22:10:35 SSH: Disconnecting configuration [f1] ... 22:10:35 ERROR: Exception when publishing, exception message [Failure] 22:10:35 Build step 'Send build artifacts over SSH' changed build result to UNSTABLE 22:10:35 Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur. 22:10:35 Finished: UNSTABLE |
实际是由于待部署的机器的磁盘没有空间了:
1 2 3 4 5 6 7 8 9 |
root@f1:~/# df Filesystem 1K-blocks Used Available Use% Mounted on udev 1991408 0 1991408 0% /dev tmpfs 403948 7856 396092 2% /run /dev/vda1 41151808 41135424 0 100% / tmpfs 2019740 0 2019740 0% /dev/shm tmpfs 5120 0 5120 0% /run/lock tmpfs 2019740 0 2019740 0% /sys/fs/cgroup tmpfs 403948 0 403948 0% /run/user/0 |
转载时请保留出处,违法转载追究到底:进城务工人员小梅 » 解决Jenkins报错ERROR: Exception when publishing, exception message [Failure]