JenkinsにはIRC Pluginがあるので導入。
Jenkinsの管理→プラグインの管理→Jenkins IRC Plugin
「Jenkinsの管理」→「システムの設定」にIRC Nortification発見!有効に。
ビルドしてみる…jenkins-botきた!わーい
いや、なんかしろ(笑)
気を取り直して設定見直し。
プロジェクト単位の設定の方にあった。
再度ビルド。
できたー!連携サイコー!
IRC用のちっちゃいモニター欲しい。
かねこ( ^ω^ )
1Using worker: ruby2.worker.travis-ci.org:travis-ruby-63$ cd ~/builds4$ git clone --depth=100 --quiet git://github.com/e2kaneko/SocialLoginExamples.git e2kaneko/SocialLoginExamples5$ cd e2kaneko/SocialLoginExamples6$ git checkout -qf 4bea04f3da2290593d511804e3274821429835c17$ export TRAVIS_RUBY_VERSION=default8$ rvm use default9Using /home/vagrant/.rvm/gems/ruby-1.8.7-p35710$ ruby --version11ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-linux]12$ gem --version131.8.1514$ rake15rake aborted!
Using worker: php1.worker.travis-ci.org:travis-php-13$ cd ~/builds4$ git clone --depth=100 --quiet git://github.com/e2kaneko/SocialLoginExamples.git e2kaneko/SocialLoginExamples5$ cd e2kaneko/SocialLoginExamples6$ git checkout -qf 479e254740fa4be905cfbc392eb640aa27044dfa7$ phpenv global 5.38$ php --version9PHP 5.3.9 (cli) (built: Jan 22 2012 13:00:07)10Copyright (c) 1997-2012 The PHP Group11Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies12 with Xdebug v2.1.2, Copyright (c) 2002-2011, by Derick Rethans13$ phpunit14PHPUnit 3.6.8 by Sebastian Bergmann.16Usage: phpunit [switches] UnitTest [UnitTest.php]17 phpunit [switches] <directory>
19$ ./lib/Cake/Console/cake testsuite core AllTests --stderr20-bash: ./lib/Cake/Console/cake: Permission denied
19Welcome to CakePHP v2.0.4 Console20---------------------------------------------------------------21App : app22Path: /home/vagrant/builds/e2kaneko/SocialLoginExamples/app/23---------------------------------------------------------------24CakePHP Test Shell25---------------------------------------------------------------26Error: Database connection "SQLSTATE[42000] [1049] Unknown database 'test'" is missing, or could not be created.27#0
13$ phpunit14PHP Notice: Undefined offset: 0 in /home/vagrant/.phpenv/versions/5.3.9/share/pyrus/.pear/php/PHPUnit/Util/Configuration.php on line 86015PHP Stack trace: