ubuntu 系统安装配置搭建jenkins(官方文档小结)
Installation 安装# wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - # sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' # sudo apt-get update # sudo apt-get install jenkins Upgrade 升级jenkinsOnce installed like this,you can update to the later version of Jenkins (when it comes out) by running the following commands: sudo apt-get update sudo apt-get install jenkins (aptitude or apt-get doesn’t make any difference.)这两种安装方式会有所不;
HTTP_PORT=8080 #默认 by HTTP_PORT=8081 #修改位8081 当然你也可以配置其他空闲端口; Here,8081 was chosen but you can put another port available. 更进一步的配置可以在官方文档中查阅;建议查阅官方文档,好多百度的东西容易误导!! 官方文档https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu (编辑:鄂州站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- ubuntu学习之路(1)
- 【以太坊】ubuntu安装以太坊ethereum的测试网络ropsten-net
- Ubuntu下查看软件版本及安装位置
- ubuntu下安装nginx时依赖库zlib,pcre,openssl安装方法
- ubuntu14.04 使用openni2 提示找不到xtion设备的问题
- ubuntu14.04删除内核之后重新安装
- Ubuntu系统基本安装配置
- Ubuntu-**-amd64.iso 与 Ubuntu-**-i386.iso不同
- How to Install Wine 1.8 Stable via New PPA in Ubuntu
- Ubuntu的Linux逻辑卷管理-LVM快速入门