A:Jenkins 机器 B: 部署应用的机器 C:gitlab 现在我在编写 pipeline 在 A 服务器上 publish-over-ssh 往 B 机器发送一个命令去 C 拉去代码
git clone -b master http://1.1.1.1:1/xxx/xxx.git
现在 publish-over-ssh 这个错误码是什么意思去哪查啊 或者说我用的片段生器错了 不应该用 publish-over-ssh ?
ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [128]]