サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
iPhone 16e
wiki.hudson-ci.org
This Ruby program lights lava lamps based on the status of a Hudson RSS feed- if the most recent of any builds fails, the red lamp will light; if the most recent of each builds succeeds, the program will light the green lamp. This solution is based on the Pragmatic Programmer's Lava Lamp solution for Cruise Control: http://www.pragmaticautomation.com/cgi-bin/pragauto.cgi/Monitor/Devices/BubbleBubb
Hudsonの生みの親、川口耕介です。今度日本に行く機会ができたので、これを利用してHudsonの勉強会を開催しようと思います。興味があるけどまだ使ったことはないという方も、今使っているという方も、すでにプラグインを書いているぜ!という猛者の方も、参加をお待ちしています。
This plugin allows the user to execute a shell/batch task depending on the build log output.Java regular expression are allowed. This feature allows user to associate shell or a batch scripts that perform some tasks on Hudson depending on the build log output.If the log text has a match some where in the build log file, the script will execute and the post build log will append to the project buil
Guide to configuring a Rails project in Hudson I had some problems getting Hudson to play along with "Hudson ruby metrics plugin", so I wrote this guide to document my setup. Hope it helps someone else out. Based loosely on: http://www.juretta.com/log/2008/11/11/hudson_test_drive_part_1_rails/ Notice that Saikuro reports aren't currently working. Prerequisites Hudson needs to have the following pl
オリジナル: Meet Hudson Hudsonとは? Hudsonは、ソフトウェアのビルドやcronで起動するジョブなどの繰り返しのジョブの実行を監視します。これらのうち、Hudsonは現在次の2つのジョブに重点を置いています。 継続的な、ソフトウェアプロジェクトのビルドとテスト: つまり、CruiseControlやDamageControlが行うこと。 一言で言えば、Hudsonは、容易ないわゆる「継続インテグレーションシステム」を提供し、開発者が変更をプロジェクトに統合でき、ユーザーがより新しいビルドを容易に取得できるようにします。自動化された継続的なビルドは、生産性を向上させます。 外部で起動するジョブの実行監視: cronによるジョブやprocmailのジョブで、リモートマシンで動作するものも含みます。例えばcronについて言えば、出力をキャプチャーした定期的なメールだけ受信
Hudson supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing single Hudson installation to host a large number of projects, or provide different environments needed for builds/tests. This document describes this mode and how to use it. Contents How does this work? A "master" is an installation of Hudson. When you weren't using t
This plugin makes Hudson cluster act as a Hadoop cluster without any configuration. When you install this plugin, Hudson will start a Hadoop "master" (namenode and job tracker, in their jargons) on the Hudson master. On each slave that Hudson starts, this plugin also starts a Hadoop "slave" (datanode and task tracker, in their jargons.) Hudson then instructs Hadoop to form a cluster among those no
オリジナル: Monitoring external jobs Hudsonは、cron、procmail、inetdデーモンによるプロセスのような非対話型なプロセスの実行を、監視することができます。これらのタスクをまったく監視しないこともあります(その結果、失敗の検出がより難しくなっています)し、成功、失敗にかかわらず常にメールを送信する(そうすると、すぐにメールを無視するようになります)こともあります。Hudsonを使用すれば、少しの手間で大量のタスクの監視を実行できます。 プロジェクトの設定 新しいジョブを作成して、"外部ジョブの監視"を選択します。 実行監視 一度プロジェクトを準備すれば、次のようなコマンドを起動すると実行を監視できます。
Hudson's real top page lives in https://hudson.dev.java.net/ and link to three pages in the Wiki Meet Hudson Use Hudson Extend Hudson News Do you blog about Hudson? Do you have any interesting URL to share with Hudson community? Check out our News Aggregator. Continuous Integration with Oracle PL/SQL, utPLSQL and Hudson PL/SQL is not exactly the coolest technology around these days but many busine
プロジェクトの設定 Hudsonのトップ画面から、"新規ジョブ作成"そして"フリースタイル・プロジェクトのビルド"を選択します。このジョブのタイプは次の要素を含みます。 (オプション)ソースコードがあるCVSやSubversionのようなソース管理システム。 (オプション) Hudsonがいつビルドを行うのかを制御するトリガー。 実際にビルドを行う何らかのスクリプト(ant、maven、シェルスクリプト、バッチファイル等)。 (オプション) 成果物のアーカイブやjavadocやテスト結果を保存など、ビルドから情報の収集。 (オプション)メール、IM、バグ管理ツールの更新等、ビルド結果によって他の人々やシステムへ通知。 詳しくは、設定画面のアイコン をクリックしてください。 Hudsonが設定する環境変数 Hudsonは、Hudson1が実行するシェルスクリプト、Windowsのバッチファ
This document, together with the hello-world plugin, shows you how to get started with the plugin development. What Can Plugins Do? Hudson defines extensibility points, which are interfaces or abstract classes that model an aspect of a build system. Those interfaces define contracts of what need to be implemented, and Hudson allows plugins to contribute those implementations. See this document for
This plugin allows you to capture code coverage report from Cobertura. Hudson will generate the trend report of coverage. The Cobertura plug in can be downloaded here. Configuring the Cobertura Plugin Install the cobertura plugin [via Manage Hudson -> Manage Plugins] Configure your project's build script to generate cobertura XML reports (See below for examples with Ant and Maven2) Enable the "Pub
This funny plugin changes the expression of Mr.Hudson in the background when your builds fail. The plugin is maintained by Masanobu Imai and is hosted on its own project site at Google Code. Also check Kohsuke's introduction of this plugin Once installed, you need to enable this on per-job basis. Screenshot
How to install plugins Using the interface The simplest way is by going to your installation's management screen and clicking there "manage plugins". (http://yourhost/hudson/managePlugins). The web interface will then download *.hpi files from here, you will just need to restart your Hudson to pick up the changes. By hand Download Site Save the downloaded *.hpi file into the $HUDSON_HOME/plugins d
Hudsonのドキュメントの日本語ドキュメントです。導入に必要な部分から日本語化を行っています。Wikiのアカウントがあれば修正できますので、修正・追加はご自由に。 ご意見、ご要望は、ja@hudson.dev.java.netまで。
このページを最初にブックマークしてみませんか?
『wiki.hudson-ci.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く