Jenkinsでselenium driverを使うときのメモです。
sudo apt-get install firefox xvfb
あとは、jenkinsのmanage pluginsでXvfb pluginを入れればOK。
デフォルトではインストールパスが設定されていますが、実際のパスと違ってエラーになったので、めんどくさいから空にすれば動きます。
各プロジェクトのconfigurationで、「Start Xvfb before the build, and shut it down after.」にチェックを入れるだけで良いので、非常に簡単です。
以上、メモでした。