Mac環境下安裝jenkins

jenkins: https://jenkins.io/download/java

方式一:ide

brew install jenkins  # 安裝
brew services start jenkins  # 啓動
brew uninstall jenkins  # 卸載

方式二:測試

下載 jenkins.warcode

java -jar jenkins.war

訪問測試:http://127.0.0.1:8080/jenkins

相關文章
相關標籤/搜索