タグ

2013年1月28日のブックマーク (2件)

  • Jenkins : Perl Projects

    Created by Unknown User (hesco), last modified on Feb 03, 2014 A collection of links to articles on using jenkins to build, test and provide coverage reports for perl based projects. Continuous integration tools for perl Continuously Integrate Perl Projects with Vagrant Perl & Hudson: continuous testing & deployment Perl testing with Jenkins/Hudson: avoiding some pitfalls Perl and Continuous Integ

  • Jenkins casual notification using Remote access API - 烏賊様

    はじめに このエントリは Jenkins Advent Calendar jp 2011 の21日目分です。 はてなダイアリーで書くのが流行っているようですが、あえてのはてなブログからお送りします。 今日は、ビルド結果の通知とリモートアクセスAPIの組み合わせについて話します。 Jenkinsの通知処理 Jenkins は各種プラグインが揃っており、そのうちの幾つかはこのアドベントカレンダーでも紹介されています。通知系のプラグインも IRC Plugin や Growl Plugin, Skype Plugin など色々揃ってますね。これらを使えば、ジョブのビルド結果をいろんな手段で通知させることができます。 これら通知系のプラグインを使っていると、メッセージをカスタマイズしたくなると思います。私はなりました。Growl などはデフォルトでもいいのですが、IRC 通知の場合、ビルド結果で色

    Jenkins casual notification using Remote access API - 烏賊様