Jenkins

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(链接)
第28行: 第28行:
 
*[http://jenkins-ci.org/ Jenkins CI官网]
 
*[http://jenkins-ci.org/ Jenkins CI官网]
 
*[http://www.cloudbees.com/ CloudBees]: Cloud Platform as a Service for Java Web Apps, Supported Jenkins/Hudson and Jenkins/Hudson in the Cloud
 
*[http://www.cloudbees.com/ CloudBees]: Cloud Platform as a Service for Java Web Apps, Supported Jenkins/Hudson and Jenkins/Hudson in the Cloud
 +
*[http://www.ibm.com/developerworks/cn/java/j-lo-jenkins/index.html 基于 Jenkins 快速搭建持续集成环境]
  
 
[[category:continuous Integration]]
 
[[category:continuous Integration]]
 
[[category:java]]
 
[[category:java]]

2012年8月6日 (一) 07:48的版本

Jenkins CI 基于 Hudson 构建,MIT许可协议。

目录

安装

下载 war 文件,然后自执行,java -jar jenkins.war

Debian

wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -
vim  /etc/apt/sources.list
deb http://pkg.jenkins-ci.org/debian binary/
apt-get update
apt-get install jenkins
http://localhost:8080/

使用

Jenkins 命令行

wget http://localhost:8080/jnlpJars/jenkins-cli.jar
java -jar jenkins-cli.jar -s http://localhost:8080/ help
java -jar jenkins-cli.jar -s http://localhost:8080/ version

问题

用户

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱