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 (编辑:长春站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- Ubuntu14.04下配置测试Faster R-CNN+Caffe(Matlab+CPU)目
- ubuntu 16.04 qt 5.5教程编译环境的搭建,ubuntu i.mx6 qt交
- 安装完ubuntu 16.10要做的事情
- 关掉ubuntu16.04图形界面启动
- ubuntu下apt-get安装和彻底卸载mysql详解
- ubuntu16.04安装Scrapy
- Ubuntu 16.04 安装 VMware Tools后开机启动卡在A start job
- ubuntu16.04安装opencv3.4.1教程
- ubuntu sudo update与upgrade的作用及区别
- 详解Ubuntu 从零开始搭建Python开发环境
