2012年12月25日 星期二

Jenkins 安裝

$ apt-get install openjdk-6-jre
$ mkdir -p /home/jenkins
$ cd /home/jenkins
$ wget http://mirrors.jenkins-ci.org/war/latest/jenkins.war
$ java -jar jenkins.war

啟動參數
Starting and Accessing Jenkins - Jenkins - Jenkins Wiki

Dashboard
http://localhost:8080/

管理外掛程式
http://localhost:8080/pluginManager/





新增一個 Job

git ssh 位址
ssh://git@remote.repository:22/home/git/my_project.git

 
使用 git 取得 source code 時,要將運行 Jenkins 的使用者的 ssh public key 放入 repository  機器的登入用戶 (~/.ssh/authorized_keys)
$ cd ~/.ssh
$ ssh-keygen -t rsa
$ cat ~/.ssh/id_rsa.pub  # public key

沒有留言:

張貼留言