ios jenkin安装

1、安装

brew install jenkins

ios jenkin安装_第1张图片
WechatIMG24.jpeg

brew services stop jenkins
brew services start jenkins
brew services restart jenkins
另一种安装方式
https://blog.csdn.net/u011537073/article/details/80025716
https://blog.csdn.net/u011537073/article/details/80025716

2、登录并配置

修改配置

vim /usr/local/opt/jenkins/homebrew.mxcl.jenkins.plist

xml文件





Label
homebrew.mxcl.jenkins
ProgramArguments

/usr/libexec/java_home
-v
1.8
--exec
java
-Dmail.smtp.starttls.enable=true
-jar
/usr/local/opt/jenkins/libexec/jenkins.war
--httpListenAddress=127.0.0.1
--httpPort=8083

RunAtLoad



原文:https://blog.csdn.net/xu906722/article/details/82466155

端口和ip监听方式
http://mikezornek.com/posts/2013/11/updating-homebrews-httplistenaddress-default-for-jenkins/
https://yq.aliyun.com/articles/575562
默认端口8080
本地直接路按照提示输入密码下一步创建账号

3、创建项目

https://www.jianshu.com/p/1268118d490f
https://www.jianshu.com/p/dac1ce3d7de8

你可能感兴趣的:(ios jenkin安装)