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
510
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.7k
1年分のデータが見たいと言われてやったこと/yearly_data_with_note
fromkk
0
880
note iOSチームの自動化 ver.2021/automation_with_iOS_team_on_note_ver2021
fromkk
0
1.8k
Bitrise体験会説明資料/bitrise_explore
fromkk
1
1k
noteのiOSアプリで実装したアクセシビリティの全て #iosdc #a /a11y_with_iOS_App_on_note
fromkk
2
3.3k
dSYMのアップロードで SPMを活用する/use_spm_with_upload_dsyms
fromkk
1
2.6k
note社でのMagic Pod活用事例 #af_iosdc/magicpod_with_note
fromkk
2
10k
iOSには無いmacOS独自機能をCatalystで実装する #iosdc #d/make_macos_apps_with_catalyst
fromkk
9
2k
Catalystに対応したアプリをリリースするまでのリジェクト集 #iosdc #a #lt/iosdc_2020_lt
fromkk
2
980
Other Decks in Programming
See All in Programming
CDKを活用した 大規模コンテナ移行 プロジェクトの紹介
yoyoyopg
0
240
上手に付き合うコンポーネントテスト
quramy
3
1.2k
NANIMACHI
naokiito
0
930
The Efficiency Paradox and How to Save Yourself and the World
hollycummins
0
140
[KR] Server Driven Compose With Firebase
skydoves
2
140
M5Stack に色々な M5ユニットをつないで扱う為の新たなアプローチ
gob
0
200
全方位強化 Python 服務可觀測性:以 FastAPI 和 Grafana Stack 為例
blueswen
1
360
AWS CDKを用いたセキュアなCI/CDパイプラインの構築 / Build a secure CI/CD pipeline using AWS CDK
seike460
PRO
3
520
Removing Corepack
yosuke_furukawa
PRO
9
1.1k
ポケモンで考えるコミュニケーション / Communication Lessons from Pokémon
mackey0225
4
140
ビット演算の話 / Let's play with bit operations
kaityo256
PRO
4
160
Flutterアプリを生成AIで生成する勘所
rizumita
0
250
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
109
6.9k
Teambox: Starting and Learning
jrom
131
8.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
360
19k
Why Our Code Smells
bkeepers
PRO
334
57k
Put a Button on it: Removing Barriers to Going Fast.
kastner
58
3.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
BBQ
matthewcrist
84
9.2k
Side Projects
sachag
452
42k
Designing for humans not robots
tammielis
249
25k
Scaling GitHub
holman
458
140k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
45
4.9k
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