Jenkins

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(问题)
(链接)
第30行: 第30行:
 
==链接==
 
==链接==
 
*[http://jenkins-ci.org/ Jenkins CI官网]
 
*[http://jenkins-ci.org/ Jenkins CI官网]
 +
*[https://github.com/jenkinsci Jenkins CI @ GitHub]
 
*[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 快速搭建持续集成环境]
 
*[http://www.ibm.com/developerworks/cn/java/j-lo-jenkins/index.html 基于 Jenkins 快速搭建持续集成环境]

2012年9月8日 (六) 10:25的版本

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

PostgreSQL

使用PostgreSQL作为Jenkins的后端数据库。

问题

用户

链接

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

变换
操作
导航
工具箱