Jenkins+Git+RobotFramework持续集成

时间:2017-01-09 12:45:05   收藏:0   阅读:913

环境


Ubuntu 14.04.3 LTS Desktop

 

jenkins安装


添加仓库:

~$ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

打开文件源:

~$ gedit /etc/apt/sources.list

添加以下内容:

deb https://pkg.jenkins.io/debian-stable binary/

更新并安装jenkins

~$ sudo apt-get update
~$ sudo apt-get install jenkins

 

 待续...

 

原文:http://www.cnblogs.com/ityoung/p/6264460.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!