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
Bitriseのリモートアクセス機能 #bitrise_meetup/remote_acces...
Search
fromkk
October 01, 2020
Programming
1
590
Bitriseのリモートアクセス機能 #bitrise_meetup/remote_access_of_bitrise
Virtual BUG Japan #4で登壇した内容です。とある環境でビルドができなくなっていたので問題切り分けのためにBitriseのマシンにログインして調査した内容を共有しました。
fromkk
October 01, 2020
Tweet
Share
More Decks by fromkk
See All by fromkk
note社の全員野球で品質向上活動について / note_qa_challenge #iOS_test_teatime
fromkk
3
1.9k
1年分のデータが見たいと言われてやったこと/yearly_data_with_note
fromkk
0
970
note iOSチームの自動化 ver.2021/automation_with_iOS_team_on_note_ver2021
fromkk
0
2k
Bitrise体験会説明資料/bitrise_explore
fromkk
1
1.1k
noteのiOSアプリで実装したアクセシビリティの全て #iosdc #a /a11y_with_iOS_App_on_note
fromkk
2
3.9k
dSYMのアップロードで SPMを活用する/use_spm_with_upload_dsyms
fromkk
1
2.9k
note社でのMagic Pod活用事例 #af_iosdc/magicpod_with_note
fromkk
2
11k
iOSには無いmacOS独自機能をCatalystで実装する #iosdc #d/make_macos_apps_with_catalyst
fromkk
9
2.1k
Catalystに対応したアプリをリリースするまでのリジェクト集 #iosdc #a #lt/iosdc_2020_lt
fromkk
2
1.1k
Other Decks in Programming
See All in Programming
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.8k
kiroでゲームを作ってみた
iriikeita
0
180
TDD 実践ミニトーク
contour_gara
0
120
パスタの技術
yusukebe
1
400
Introduction to Git & GitHub
latte72
0
120
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
640
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
880
AIエージェント開発、DevOps and LLMOps
ymd65536
1
310
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
180
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
3
160
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
300
Understanding Ruby Grammar Through Conflicts
yui_knk
1
120
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building Adaptive Systems
keathley
43
2.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Side Projects
sachag
455
43k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Typedesign – Prime Four
hannesfritz
42
2.8k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
Bitriseのリモートアクセス機能 Virtual BUG Japan #4
struct Profile { let name = "Kazuya Ueoka" let company
= " note inc." let twitter = " @fromkk" let github = " fromkk" let qiita = " fromkk" let note = " fromkk" }
None
None
None
None
None
None
リモートアクセス機能 • ビルドを実⾏しているマシンにssh、もしくはVNCで⼊ること ができる機能 9
None
None
None
まとめ • ⼿元では成功するのにリモート環境で失敗する場合、まずはロ グの確認 • それでも不明の場合にはリモートアクセス機能を利⽤すると解 決することがあるかも 13