Chens-MacBook-Pro:Downloads chenqing$ brew install jenkins

==> Downloading http://mirrors.jenkins-ci.org/war/1.577/jenkins.war

######################################################################## 100.0%

==> Caveats

Note: When using launchctl the port will be 8080.

 

To have launchd start jenkins at login:

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

Then to load jenkins now:

    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist

Or, if you don't want/need launchctl, you can just run:

    java -jar /usr/local/opt/jenkins/libexec/jenkins.war

==> Summary

????  /usr/local/Cellar/jenkins/1.577: 3 files, 65M, built in 3.5 minutes

Chens-MacBook-Pro:Downloads chenqing$

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
猜你喜欢
  • 2022-12-23
  • 2021-07-31
  • 2021-12-22
  • 2021-12-23
  • 2021-08-15
  • 2021-08-22
  • 2021-12-11
相关资源
相似解决方案