码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins unable to delete file

时间:2015-05-07 16:30:40      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:


在Ubuntu下,当执行apt-get install方式安装Jenkins的时候,会自动创建jenkins用户,这是一个没有用户目录的账号。

1.从/etc/group文件中在nogroup中删除jenkins账号

 

2.将jenkins账号加入到root组

gpasswd -a root jenkins

 

3.修改/etc/default/jenkins

# user id to be invoked as (otherwise will run as root; not wise!)
JENKINS_USER=root

JENKINS_GROUP=root

jenkins unable to delete file

标签:

原文地址:http://www.cnblogs.com/WeRtogether/p/4485002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!