MAC上更攺jenkins默认安装目录

重新搭环境真TMD烦躁啊,mac上直接安装jenkins,会默认装到/Users/Share/Jenkins,使用git的时候各种问题,怎么办呢? 换个目录吧。

在这个目录下:

bixiaopengdeiMac:LaunchDaemons bixiaopeng$ pwd
/Library/LaunchDaemons
#编缉里面的jenkinshome和username
bixiaopengdeiMac:LaunchDaemons bixiaopeng$ sudo vim org.jenkins-ci.plist

#然后
bixiaopengdeiMac:LaunchDaemons bixiaopeng$ sudo launchctl unload -w /Library/LaunchDaemons/org.jenkins-ci.plist
bixiaopengdeiMac:LaunchDaemons bixiaopeng$ sudo launchctl load -w /Library/LaunchDaemons/org.jenkins-ci.plist


再打开jenkins就更换成功啦




微信公众帐号: wirelessqa

MAC上更攺jenkins默认安装目录_第1张图片

关于作者:

作者: 毕小朋 | 老 毕 邮箱: [email protected]

微博: @WirelessQA 博客: http://blog.csdn.net/wirelessqa



你可能感兴趣的:(玩转,Jenkins,玩转,mac,OS)