gitlab & jenkins

一、http://jenkins-ci.org 官网安装jenkins

二、cd /usr/local/Cellar/jenkins/2.304/libexec

启动服务&配置端口: java -jar jenkins.war --httpPort=8888

httpPort指的就是Jenkins所使用的http端口,这里指定8888,可根据具体情况来修改。待Jenkins启动后,在浏览器页面输入以下地址:

三、http://localhost:8888,这样就打开Jenkins管理页面了。

四、jenkins上安装一些插件(gitlab插件、Xcode插件、证书管理插件、FTP插件、脚本插件等)

用户名:名字全拼 密码: 123456 公司邮箱

Reference:

https://www.jianshu.com/p/c69deb29720d
https://www.jianshu.com/p/06b93058c83d?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation
https://ask.csdn.net/questions/3198014

你可能感兴趣的:(gitlab & jenkins)