摘要:
普通用户使用sudo命令命令时需要输入密码 修改以下设置可以免密 # cat /etc/sudoers username ALL=(ALL:ALL) NOPASSWD:ALL # Members of the admin group may gain root privileges # Allow 阅读全文
摘要:
故障现象 使用Jenkins构建报错信息如下 Started by user admin [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available ex 阅读全文