标签:打开 user chage sfv usr exe .com localhost curl
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install jenkins
执行
java -jar /usr/local/Cellar/jenkins/2.49/libexec/jenkins.war --httpPort=8080
//2.49是指Jenkins的版本号
ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents
launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
打开浏览器,输入 localhost:8080 就可看到Jenkins的web界面
标签:打开 user chage sfv usr exe .com localhost curl
原文地址:https://www.cnblogs.com/gujiande/p/9388847.html