摘要:
jenkins 执行完命令会一直卡在输出信息的界面 解决办法: 将执行的命令加上重定向输出日志,如 sh '/bin/bash xxx.sh 1> /xxx/xxx/xxx.log 2>&1' jenkins 构建完会杀掉衍生进程解决办法 解决办法: 执行命令加上BUILD_ID=DontKillM 阅读全文
摘要:
userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]sshd[14785]: error: Received disconnect from xxxx port 45190:3: com.jcraft. 阅读全文