virtualbox + jenkins

VirtualBoxにUbuntu入れてjenkins使ってみた。

jenkinsをどうしても試してみたくて。けど、windowsだといろいろハマりそうだったので、今回は以下の環境で構築してみました。

やったこと。

VirtualBoxをインストールして、Ubuntu12.10のイメージを使って起動。メモリ割り当ては2Gにしました。 Ubutuの設定で30分ぐらい? aptitude入れて、jenkis,git,maven3をインストール。 gerrit,sonnarはサイトからダウンロードしたものを使いました。

jenkins起動

jenkinsをインストールすると、すでに起動しています。

http://localhost:8080/

再起動するときやとめるときは /etc/init.d/jenkis start | restart | stop

試したプラグイン

jenkinsの管理からいろいろプラグインをインストールできます。 今回、以下のプラグインを試してみました。

  • Findbugs
  • checkstyle
  • cpd
  • pmd
  • Sonar
  • maven
  • Gerrit Trigger

感想

jenkins + gerrit + sonarでプロジェクトをまわせば、かなり安定した開発ができると感じました。 成果物の内容がグラフ化されるので、自分達のソースを客観的に判断できると思います。まぁ、どう使うかは結局自分たち次第ですが。。。

このエントリーをはてなブックマークに追加
はてなブックマーク - virtualbox + jenkins
Share on Facebook
Post to Google Buzz
Bookmark this on Yahoo Bookmark
Bookmark this on Livedoor Clip
Share on FriendFeed

Leave a Reply

  

  

  

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax