http://stackoverflow.com/questions/12689139/how-to-change-jenkins-default-folder-on-windows accepted Stop Jenkins service Move C:\Users\Coola\.jenkins folder to d:\Jenkins Using regedit, change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Jen
通过jenkins.pkg程序安装 1.修改环境配置 编辑 vi ~/.bash_profile,添加命令别名: alias jk_start="sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist"#启动Jenkins alias jk_stop="sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist"#停止Jen