タグ

jenkinsに関するbluerabbitのブックマーク (6)

  • Jenkinsに入れているプラグインまとめ(Rails中心) - くりにっき

    ふと思いついたので会社のJenkinsで使ってるプラグインをまとめてみます。 RailsでJenkins運用してる人の参考になれば幸いです。(入れてるけどあまり使ってないのは端折ってます) 他に便利なプラグインあったらコメントやブコメで教えてくださいw Ruby/Rails系プラグイン PMD Plugin - Jenkins - Jenkins Wiki CPD(Copy PasteDetector=コピペ検出)のためのプラグイン。 入門Jenkinsで紹介されていたので入れたはず。 入門Jenkins―実践「継続的インテグレーション」 作者: 末広尚義,竹内一成,太田健一郎,西川茂伸出版社/メーカー: 秀和システム発売日: 2012/09メディア: 単行購入: 5人 クリック: 138回この商品を含むブログ (9件) を見る 参考:Javaだけじゃない入門jenkins アプリ作る度

    Jenkinsに入れているプラグインまとめ(Rails中心) - くりにっき
  • Google Search

    If you're having trouble accessing Google Search, pleaseclick here, or sendfeedback.

    bluerabbit
    bluerabbit 2014/01/07
    これでvagrantのdigital ocean plugin使って!!
  • Amazon EC2

    Allow Jenkins to start agents on EC2 on demand, and kill them as they get unused. With this plugin, if Jenkins notices that your build cluster is overloaded, it'll start instances using the EC2 API and automatically connect them as Jenkins agents. When the load goes down, excess EC2 instances will be terminated. This set up allows you to maintain a small in-house cluster, then spill the spiky buil

    Amazon EC2
    bluerabbit
    bluerabbit 2013/11/18
    spot instanceでJOBを実行させる
  • JenkinsプラグインのGitHub pull request builder pluginを使ってみる - 技術めも

    現在、GitHubのPull Requestでコードレビューし、問題なければマージするというフローで開発しているのですが、 コードは問題なさそうなのでマージしてみると、specが落ちている・・といったことがありました。 そこで、Pull Requestされた時点でそれをマージしspecを実行してくれる、そしてその結果を通知してくれる といったことが自動でできれば良いなと考えていました。 そこで発見したのがGitHub pull request builder pluginというJenkinsのプラグインです。 このプラグインは、以下のようなことをやってくれます。 Pull Requestされた(またはそのPull Requestにコミットを積み重ねた)時にそれを検知し、自動でマージしビルドしてくれる (実際はcrontabで設定したタイミングで) GitHubのPull Requestペー

    JenkinsプラグインのGitHub pull request builder pluginを使ってみる - 技術めも
    bluerabbit
    bluerabbit 2013/04/05
    ktkr!! できるんだーー githubのAccessToken作るのはココ -> http://goo.gl/m9NDj
  • Join

    This plugin allows a job to be run after all the immediate downstream jobs have completed.   In this way,  the execution can branch out and perform many steps in parallel, and then run a final aggregation step just once after all the parallel work is finished. The plugin is useful for creating a 'diamond' shape project dependency. This means there is a single parent job that starts several downstr

    Join
    bluerabbit
    bluerabbit 2012/07/29
    なにコレ便利!
  • 日本語 : Remote access API

    Created by Unknown User (sogabe), last modified by Unknown User (akiko_pusu) on Dec 26, 2011 オリジナル: Remote access API Jenkinsは、コンピュータからの操作が可能なリモートアクセスAPIも提供しています。現在は3つの形式があります。 XML JSON with JSONP support Python リモートアクセスAPIは、RESTのような形式で提供されます。つまり、すべての機能に対して1つのエントリポイントがあるのではなく、代わりに ".../api/" (ここで、 "..." は対象となるデータ) というURLで利用することができます。 例えば、インストールしたJenkinsが http://deadlock.netbeans.org/hudson/ であれば、h

    bluerabbit
    bluerabbit 2012/07/28
    リモートAPIコレ使ってchrome extensionでJOB実行結果通知作る
  • 1