Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ginza.rb 第9回 Web開発を取り巻くサービスの比較をしよう!
Search
y@su
March 18, 2014
Programming
0
140
Ginza.rb 第9回 Web開発を取り巻くサービスの比較をしよう!
CIサービスの調査を担当しました。
y@su
March 18, 2014
Tweet
Share
More Decks by y@su
See All by y@su
RSpecでBDDをしよう
yatmsu
0
1.9k
Other Decks in Programming
See All in Programming
Importmapを使ったJavaScriptの 読み込みとブラウザアドオンの影響
swamp09
4
1.2k
ピラミッド、アイスクリームコーン、SMURF: 自動テストの最適バランスを求めて / Pyramid Ice-Cream-Cone and SMURF
twada
PRO
9
980
約9000個の自動テストの 時間を50分->10分に短縮 Flakyテストを1%以下に抑えた話
hatsu38
23
11k
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
160
Vue SFCのtemplateでTypeScriptの型を活用しよう
tsukkee
3
1.5k
組織に自動テストを書く文化を根付かせる戦略(2024秋版) / Building Automated Test Culture 2024 Autumn Edition
twada
PRO
10
4.5k
プロジェクト新規参入者のリードタイム短縮の観点から見る、品質の高いコードとアーキテクチャを保つメリット
d_endo
1
1k
Kotlin2でdataクラスの copyメソッドを禁止する/Data class copy function to have the same visibility as constructor
eichisanden
1
120
シールドクラスをはじめよう / Getting Started with Sealed Classes
mackey0225
3
400
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4k
カスタムしながら理解するGraphQL Connection
yanagii
1
1.2k
Macとオーディオ再生 2024/11/02
yusukeito
0
150
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
404
65k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
41
2.1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
A better future with KSS
kneath
238
17k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
107
49k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
355
29k
Documentation Writing (for coders)
carmenintech
65
4.4k
Building Your Own Lightsaber
phodgson
102
6k
Music & Morning Musume
bryan
46
6.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
1
39
What's in a price? How to price your products and services
michaelherold
243
12k
Transcript
Ginza.rb 第9回 Web開発を取り巻くサービスの比較をしよう! CIサービス編
CIサービスの分類 Github必須系 Github以外も対応してる系 Jenkinsのホスティング で、分けています。
GitHub必須系 CIサービス
Travis CI http://travis-ci.com/ ▪概要 OSSの多くが利用している有名CIサービス ▪対応言語 C++ Clojure Erlang Go
Groovy Haskell Java JavaScript (with Node.js) Perl PHP Python Ruby Scala ▪料金 公開リポジトリ:無料 プライベートリポジトリ:$129〜 (高っ!)
Circle CI https://circleci.com/ ▪概要 Travis CIと同レベルのCIサービス ブラウザ上からコマンドの設定などを行える ▪対応言語 Ruby/Rails Python
Node.js PHP ▪料金 プライベートリポジトリ: $19〜
Shippable https://shippable.com/ ▪概要 Travis CI, Circle CIよりも高速 無料プランがある ▪対応言語 Ruby
Python Node.js Java Scala ▪料金 プライベートリポジトリ: $0〜(5個まで無料)
Others Semaphore https://semaphoreapp.com/ continuityapp https://continuityapp.com/ etc…
drone.io https://drone.io/ ▪概要 Github必須系CIを除けば対応言語・機能共に最多 公開リポジトリであっても、環境変数に設定した値は管理者以外閲覧させないことも可能 Heroku, dotcloudなどにデプロイも対応 ▪対応言語 C/C++, Dart,
Go, Haskell, Groovy, Java, Node.js, PHP, Python, Ruby, Scala ▪対応バージョン管理システム Github, Bitbucket, Google Code ▪料金 公開リポジトリ: $0 プライベートリポジトリ: $25〜
Wercker http://wercker.com/ ▪概要 2014/03現在はベータ版ということで無料で使える クレカ登録不要 ビルドする為の環境が仮想化されており、 boxという概念がある。標準で複数の boxが用意されて いるが、自分で作る事もできる(chefなどを使用する事も可能) ▪対応言語
PHP, Python, Ruby, Node.js, Go and Java/Android ▪対応バージョン管理システム Github, Bitbucket ▪料金 プライベートリポジトリ: $0〜 (ビルド時間25分の制限あり)
Bamboo https://www.atlassian.com/ja/software/bamboo ▪概要 BitBucketのAtlassianによるCIサービス AWSアカウント必須 EC2インスタンスを立ち上げる必要あり Atlassian製品を使用しているなら採用した方がよい? ▪対応言語 あらゆる言語 ▪対応バージョン管理システム
Git, Bitbucket, Subversion, Mercurial ▪料金 プライベートリポジトリ: $10〜(10ジョブ 1エージェント)※料金体系が分かりにくい印象
Others Magnum CI https://magnum-ci.com/ Node.ci https://node.ci/ Codeship https://www.codeship.io/ etc…
Jenkins系 CIサービス
CloudBees http://www.cloudbees.com/ ▪概要 Jenkinsのホスティングサービス Jenkins開発者が在籍している ▪対応言語 Java, Scala and other
JVM-based Runtimes, PHP, JavaScript, Node.js, and more ▪対応バージョン管理システム Git, Subversion, Other ▪料金 $0〜 (3users, 実行時間月100分まで)
Others Shining Panda https://www.shiningpanda-ci.com/ Jenkins Hosting http://jenkinshosting.com/ etc…
まとめ ・CIサービス大杉(ここに挙げた以外にもありそう) ・GitHubを使っている→Circle CI ・GitHubを使っていない→drone.io ・Jenkinsを使いたい→CloudBees が、コスパがよくていいかも。