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
Distributed build with Jenkins
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Shigenobu Nishikawa
January 13, 2013
Programming
2
1.3k
Distributed build with Jenkins
What distributed build with Jenkins is easy!
Shigenobu Nishikawa
January 13, 2013
Tweet
Share
More Decks by Shigenobu Nishikawa
See All by Shigenobu Nishikawa
最強環境再現兵器Nix
shishi
0
120
LoL 初心者知らないあるある
shishi
0
400
Other Decks in Programming
See All in Programming
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.8k
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
560
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
Claude Codeログ基盤の構築
giginet
PRO
7
3k
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
430
Codex の「自走力」を高める
yorifuji
0
1.2k
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
270
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
430
How to stabilize UI tests using XCTest
akkeylab
0
120
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1k
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
Featured
See All Featured
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Faster Mobile Websites
deanohume
310
31k
Between Models and Reality
mayunak
2
230
Balancing Empowerment & Direction
lara
5
940
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Deep Space Network (abreviated)
tonyrice
0
89
How to make the Groovebox
asonas
2
2k
Ethics towards AI in product and experience design
skipperchong
2
220
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
Transcript
Distributed Build with Jenkins Shigenobu NISHIKAWA @shishi4tw
Shigenobu Nishikawa work at Aiming Inc. programmer managing CI services
for web dev
CI = continuously commit + continuously build + continuously report
What is Continuous Integration?
For code quality rapid development preventing rework...
It’s too easy Let me show you C I with
Jenkins
None
It’s too easy but... C I with Jenkins
Muitiple builds bring on * too slow Integration * crash
databases... probrems with single server
→ We need more speed!! We need good parallel build!!
Distributed Build with Jenkins
Distributed Build with Jenkins * Jenkins built-in * It is
possible to manage slave servers up to number of hundreds
Distributed Build with Jenkins It’s too easy Let me show
you
Advance preparation * master machine * another machine login through
ssh * both machine can build your app * installed java
None
Advanced Setting label Configuration of job Configuration of node rails_3_2_9
request spec
Advanced split a huge project build ↓ some more speedy
build
Distributed build bring on many benefits for your Jenkins
Happy CI!!