Chinaunix首页 | 论坛 | 博客
  • 博客访问: 29220
  • 博文数量: 22
  • 博客积分: 15
  • 博客等级: 民兵
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-11 16:20
文章分类

全部博文(22)

文章存档

2015年(10)

2014年(12)

我的朋友

分类: 项目管理

2014-10-28 15:46:55


  1. Steps: before you setup Jenkins, we need a fresh OS with no Jenkins installed.
  2. 1.
  3. wget -q -O - | sudo apt-key add –
  4. 2.
  5. sh -c 'echo deb binary/ > /etc/apt/sources.list.d/jenkins.list'
  6. 3.
  7. cat /etc/apt/sources.list.d/jenkins.list
  8. 4.
  9. apt-get update
  10. apt-get install jenkins
  11. 5.
  12. ps -ef|grep Jenkins
  13. /etc/init.d/jenkins status
  14. 6.
  15. cd /etc/default/
  16. cp -p jenkins jenkins.orig
  17. vi Jenkins
  18. modify HTTP_PORT=8080 to HTTP_PORT=8888
  19. 7.
  20. /etc/init.d/jenkins start

阅读(817) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~