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
570
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.8k
1年分のデータが見たいと言われてやったこと/yearly_data_with_note
fromkk
0
950
note iOSチームの自動化 ver.2021/automation_with_iOS_team_on_note_ver2021
fromkk
0
1.9k
Bitrise体験会説明資料/bitrise_explore
fromkk
1
1.1k
noteのiOSアプリで実装したアクセシビリティの全て #iosdc #a /a11y_with_iOS_App_on_note
fromkk
2
3.8k
dSYMのアップロードで SPMを活用する/use_spm_with_upload_dsyms
fromkk
1
2.8k
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
1k
Other Decks in Programming
See All in Programming
Perlで痩せる
yuukis
1
650
『Python → TypeScript』オンボーディング奮闘記
takumi_tatsuno
1
130
從零到一:搭建你的第一個 Observability 平台
blueswen
0
210
AIにコードを生成するコードを作らせて、再現性を担保しよう! / Let AI generate code to ensure reproducibility
yamachu
7
6k
TVer iOSチームの共通認識の作り方 - Findy Job LT iOSアプリ開発の裏側 開発組織が向き合う課題とこれから
techtver
PRO
0
710
技術的負債と戦略的に戦わざるを得ない場合のオブザーバビリティ活用術 / Leveraging Observability When Strategically Dealing with Technical Debt
yoshiyoshifujii
0
160
External SecretsのさくらProvider初期実装を担当しています
logica0419
0
230
インターフェース設計のコツとツボ
togishima
2
480
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
270
マテリアルって何者?RealityKitで扱うマテリアル入門
nao_randd
0
140
Efficiency and Rock 'n’ Roll (Really!)
hollycummins
0
590
Doma で目指す ORM 最適解
nakamura_to
1
160
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fireside Chat
paigeccino
37
3.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Being A Developer After 40
akosma
91
590k
Thoughts on Productivity
jonyablonski
69
4.7k
Designing for humans not robots
tammielis
253
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Embracing the Ebb and Flow
colly
85
4.7k
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