Jenkins Publish over ssh authentification failed with private key

前端 未结 10 1037
小鲜肉
小鲜肉 2021-01-13 07:39

I can authenticate successfully with putty on the server with my private key and passphrase. But when I try to do it with jenkins publish o

10条回答
  •  不知归路
    2021-01-13 08:10

    Sometimes the SSH connection would fail, if the destination server doesnt have enough disk space to perform PUT operation

    {ERROR: Exception when publishing, exception message [Failure]}
    

    Make sure to verify the destination server has enough disk space.

    In case of Linux, you can use 'df -kh /directoryname' to check the disk space

提交回复
热议问题