步骤:
1,安装Jenkins
2,运行Jenkins:
java -jar jenkins.war --httpPort=8888
httpPort指的就是Jenkins所使用的http端口,这里指定8888,可根据具体情况来修改。待Jenkins启动后,在浏览器页面输入以下地址:
3,待Jenkins启动后,在浏览器页面输入以下地址:
http://localhost:8888
4,卸载Jenkins
http://stackoverflow.com/questions/11608996/how-to-uninstall-jenkins
/Library/Application Support/Jenkins/Uninstall.command
参考: