码迷,mamicode.com
首页 > 系统相关 > 详细

Mac下安装jenkins

时间:2018-07-30 11:17:37      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:打开   user   chage   sfv   usr   exe   .com   localhost   curl   

1.安装brew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装jenkins

brew install jenkins

执行   

java -jar /usr/local/Cellar/jenkins/2.49/libexec/jenkins.war --httpPort=8080
//2.49是指Jenkins的版本号

链接launchd配置文件

ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents

启动jenkins

launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist

停止jenkins

launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

打开浏览器,输入 localhost:8080 就可看到Jenkins的web界面

Mac下安装jenkins

标签:打开   user   chage   sfv   usr   exe   .com   localhost   curl   

原文地址:https://www.cnblogs.com/gujiande/p/9388847.html

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