Skip to content

Instantly share code, notes, and snippets.

@pogin503
Last active August 29, 2015 14:22
Show Gist options
  • Save pogin503/d5b811bdc0ea8a9912f7 to your computer and use it in GitHub Desktop.
Save pogin503/d5b811bdc0ea8a9912f7 to your computer and use it in GitHub Desktop.

Jenkins のダウンロード

C:¥jenkinsにインストール

C:\Jenkins\jenkins.xml --httpPort=8090に変更

http://localhost:8080/safeRestart

C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe

PowerShell SVN Checkout / Export

Jenkinsの仕組み

①ユーザーがソースコードをコミットする(Development/Commit) ②コミットをJenkinsに通知する(Hook) ③Jenkins働く(CheckOut/Build/Test/...) ④問題があればユーザーに通知する(Notice)

Jenkinsの仕組み

参考

Windows7に、一人で使うためのJenkinsを入れてみた ローカル開発環境へのJenkins導入メモ(windows+svn)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment