[{"data":1,"prerenderedAt":791},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration/":3,"navigation-ja-jp":140,"banner-ja-jp":553,"footer-ja-jp":566,"next-steps-ja-jp":776},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":134,"_type":135,"title":7,"_source":136,"_file":137,"_stem":138,"_extension":139},"/ja-jp/topics/ci-cd/benefits-continuous-integration","ci-cd",false,"",{"title":9,"description":10},"継続的インテグレーション（CI）とは？","継続的インテグレーションとそのメリットについて学びましょう。また、継続的インテグレーションを使用している組織が、そうでない組織と比べて競争上優位に立つ理由をご紹介します。",[12,26,32,103,132],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/ja-jp/topics/ci-cd/",{"title":25},"Benefits continuous integration",{"type":27,"componentName":27,"componentContent":28},"TopicsHero",{"title":9,"text":29,"config":30},"継続的インテグレーションとそのメリットについて学びましょう。また、継続的インテグレーションを使用している組織が、そうでない組織と比べて競争上優位に立つ理由をご紹介します。\n",{"id":31,"twoColumns":6},"継続的インテグレーション（ci）とは？",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":62},{"text":36,"data":37},"このトピックの詳細",[38,42,46,50,54,58],{"text":39,"config":40},"継続的インテグレーション（CI）の説明",{"href":41},"#continuous-integration-ci-explained",{"text":43,"config":44},"DevOpsチームが継続的インテグレーションを活用するメリット",{"href":45},"#what-are-the-benefits-of-continuous-integration-for-dev-ops-teams",{"text":47,"config":48},"継続的インテグレーションのビジネス上のメリット",{"href":49},"#the-business-benefits-of-continuous-integration",{"text":51,"config":52},"継続的インテグレーションの設定方法",{"href":53},"#how-to-set-up-continuous-integration",{"text":55,"config":56},"継続的インテグレーション（CI）と継続的なデリバリー（CD）の比較",{"href":57},"#continuous-integration-ci-vs-continuous-delivery-cd",{"text":59,"config":60},"まとめ",{"href":61},"#conclusion",[63,69,74,79,84,89,94],{"type":64,"componentName":64,"componentContent":65},"TopicsCopy",{"header":39,"text":66,"config":67},"[継続的インテグレーション（CI）](/topics/ci-cd/){data-ga-name=\"ci\" data-ga-location=\"body\"}とは、すべてのコード変更を共有ソースコードリポジトリのmainブランチに早い段階で頻繁に統合し、コミットまたはマージ時に各変更を自動的にテストし、自動的にビルドを開始するプラクティスのことです。CIを導入することで、DevOpsチームは競合を早い段階で検出して解決し、コードベースを安定させることができます。CIは、アジャイル開発チームにとって重要なプラクティスです。\n\nCIの最終的な目標は、動作するコードを迅速かつ安全に提供することです。CIの利用を開始する前に、考慮すべき2つのポイントをご紹介します。\n\n**まず、短いイテレーションでコードのデリバリーを行いましょう**。たとえ小規模な組織であっても、ほとんどのソフトウェアプロジェクトでは、さまざまなチームメンバーが多数の機能に取り組んでいます。すべてが理想的に進んだとしても、他のチームメンバーの作業内容を確認することは困難です。\n\nデベロッパーがそれぞれ別のフィーチャーブランチで作業し、作業が完了するまではmainブランチにマージしない場合、この状況はさらに悪化します。全員の作業をマージするタイミングになったら、コードの競合から想定していなかったセキュリティ上の懸念まで、あらゆることが原因でリリースに遅れが生じます。しかしながら、各デベロッパーがmainブランチに少しずつアップデートをプッシュしていけば、競合が減り、各リリースの予測を立てやすくなり、CIの達成に向けて順調に歩みを進められます。フィーチャーフラグなどのソフトウェア開発プロセスを活用して、チームは新機能をユーザーに迅速かつ安全に提供できます。\n\n**次に、コードを安全かつ安心に保つために、自動テストを設定しましょう**。一昔前までは、ソフトウェア開発の「ビルド」フェーズと「テスト」フェーズは切り離されており、コードが完成してリリースの準備が整うまでは、セキュリティ上の脆弱性がないかどうかをチェックすることはありませんでした。CIにおいて重要な部分は、継続的なテストです。つまり開発プロセス全体をとおしてコードに脆弱性がないかテストすることです。しかしながら、お察しのとおり、これを手動で実現するのは困難な場合があります。そこで活用できるのが自動テストです。今日のCIツールは、各開発者によってプッシュされたコードを受け取り、ユニットテストや統合テストなどのテストを自動的に実行します。\n",{"id":68},"continuous-integration-ci-explained",{"type":64,"componentName":64,"componentContent":70},{"header":43,"text":71,"config":72},"CIを活用することで、ソフトウェア開発をより簡単かつ迅速に行うことができ、デベロッパーのリスクが軽減します。ビルドとテストを自動化することで、デベロッパーは自信を持って小さな変更を加えて、コミットできます。ソフトウェアデベロッパーは、自分が書いたコードに対するフィードバックをより迅速に得られるため、全体的なイノベーションのペースが加速します。\n\n組織が継続的インテグレーションを導入すると、デプロイにかかる時間を短縮できるため、[競争他社よりも優位](/blog/positive-outcomes-ci-cd/){data-ga-name=\"competitive advantage\" data-ga-location=\"body\"}に立てます。CIを実装した組織は、手動でのコードチェックを待つことなく、機能をデプロイすることで収益を上げています。\n\nDevOps Research and Assessment（DORA）によって行われた調査によると、強力なDevOpsプラクティスにより、より優れた[ビジネスの成果](https://cloud.google.com/devops/state-of-devops/)を得られることが明らかになっています。以下にご紹介するDORAの4つのメトリクスは、CIを活用することで改善できます。\n\n- **リードタイム**：早期フィードバックとビルド／テストの自動化により、コードがコミットされてから本番環境で正常に実行されるまでの時間を短縮できます。\n- **デプロイ頻度**：テストとビルドの自動化は、デプロイを自動化する上での前提要件となります。\n- **サービス回復までの時間**：パイプラインを自動化することで、本番環境に修正をより迅速にデプロイできるため、平均修復時間（MTTR）が短縮されます。\n- **変更失敗率**：早い段階で自動テストを実施することで、本番環境まで残る不具合の数を大幅に削減できます。\n",{"id":73},"what-are-the-benefits-of-continuous-integration-for-dev-ops-teams",{"type":64,"componentName":64,"componentContent":75},{"header":47,"text":76,"config":77},"手作業をなくすことで、DevOpsチームはより効率的かつ迅速に作業を進められます。ワークフローの自動化により、担当者間の引き継ぎも減り、全体的な運用効率が向上します。継続的インテグレーションがもたらすビジネス上のメリットにより、組織は以下のことを実現できます。\n\n- **イテレーションをより迅速に進める**：小規模なコード変更を行えるため、ソフトウェア開発チームはより迅速にイテレーションを進めることができ、さらに管理も楽になります。\n- **問題を簡単に見つける**：すべてのコードが小規模なバッチで管理およびテストされるため、チームはコード内の問題を発見できます。\n- **透明性を向上する**：頻繁にテストを行うことで継続的にフィードバックを得られるため、デベロッパーがバグのある箇所を特定しやすくなります。\n- **コストを削減する**：テストの自動化により、手作業が減るため、デベロッパーの作業時間が減ります。また、コード品質が改善されるということは、エラーやダウンタイムが減ることを意味します。\n- **ユーザの満足度を向上する**：本番環境まで残るバグやエラーの数が減れば、ユーザーエクスペリエンスを向上させられます。\n\nテストを自動化することで、人為的エラーが生じる可能性を減らし、特定の基準を満たすコードのみが本番環境に反映されるようにします。コードが小規模なバッチでテストされるため、バグやエラーの発生時にデベロッパーが頭の切り替えをあまり行わずに済みます。また、パイプラインはエラーの発生場所も特定できるため、問題の特定だけでなく、修正もしやすくなります。\n\n開発環境での手作業を減らせれば、エンジニアは収益を生み出すプロジェクトにより多くの時間を費やせます。エラーが減れば、チームの効率が上がり、問題の対処にかかる時間も短縮されます。ユニットテストなどのプロセスが自動化されれば、エンジニアの満足度が上がり、最も価値を生み出す作業に注力できるようになります。\n",{"id":78},"the-business-benefits-of-continuous-integration",{"type":64,"componentName":64,"componentContent":80},{"header":51,"text":81,"config":82},"プロジェクトでCIを設定する際は、以下の手順に従ってください。\n\nまず、頻繁にプッシュを行うことができ、デベロッパーが頭を切り替える頻度が減りつつ、継続的にテストを行える[バージョン管理とCIツール](/solutions/continuous-integration/){data-ga-name=\"ci tool\" data-ga-location=\"body\"}を選びます。\n\n次に、コード用の共有中央リポジトリを設定し、リポジトリに変更がないか監視し、変更が検出されるたびにコードを自動的にビルドしてテストするようにCIツールを設定します。\n\n最後に、テストに通った場合に、staging環境または本番環境にコードが自動的にデプロイされるようにCIツールを設定します。\n\nCIを一旦設定したら、チームはコーディングと共有リポジトリへの変更のコミットに集中できます。CIツールが残りの作業を行い、コードを自動的にビルド、テスト、デプロイします。これにより、チームの作業時間が削減されるとともに、ソフトウェアでエラーが生じるリスクも軽減されます。\n",{"id":83},"how-to-set-up-continuous-integration",{"type":64,"componentName":64,"componentContent":85},{"header":55,"text":86,"config":87},"CIは、継続的なデリバリー（CD）と密接に関係しています。[継続的インテグレーションと継続的なデリバリー（CI/CD）](/topics/ci-cd/){data-ga-name=\"ci-cd\" data-ga-location=\"body\"}の両方を取り入れることで、[DevOpsライフサイクル](/blog/5-teams-that-made-the-switch-to-gitlab-ci-cd/){data-ga-name=\"devops lifecycle automation\" data-ga-location=\"body\"}を自動化できます。CI/CDを導入した組織は、リソースを有効活用できるようになり、コスト効率が高まり、さらにデベロッパーがイノベーションに注力できるようになります。\n\nCIとCDには、大きな違いがいくつかあります。たとえば、大抵の場合、CIはCDより頻繁に行われます。また、CIは通常、コード変更のビルドとテストを自動化するプロセスを指すのに対し、一般的にCDは、コード変更のリリースを自動化するプロセスを指します。\n\n- **継続的インテグレーション（CI）**は、全デベロッパーの実行コピーを1日に数回、主流となる共有サーバーにマージする開発手法です。\n- **継続的なデリバリー（CD）**は、コードの変更を自動的にビルドしてテストし、本番環境にデプロイする開発手法です。\n",{"id":88},"continuous-integration-ci-vs-continuous-delivery-cd",{"type":64,"componentName":64,"componentContent":90},{"header":59,"text":91,"config":92},"継続的インテグレーション（CI）は、コード変更を頻繁に統合し、テストを自動化することで、ソフトウェア開発プロセスを変革し、迅速なフィードバックの提供とソフトウェア品質の向上を実現します。ソフトウェアチームは、継続的インテグレーションツールを活用して、開発サイクルの早い段階で問題を特定して解決することで、高品質のソフトウェアを確実に提供できます。\n\nこれにより、ソフトウェアリリースプロセス全体が強化され、コードの品質が上がり、高品質なソフトウェアをより効率的な方法で開発できます。CIの手法を導入することで、生産性の向上に加え、確実にソフトウェア開発ライフサイクルをより合理化かつ効率化できます。\n",{"id":93},"conclusion",{"type":95,"componentName":95,"componentContent":96},"TopicsCallToAction",{"subtitle":97,"text":98,"primaryButton":99},"GitLabを使用した継続的インテグレーション（CI）","強力な自動化により、あらゆる規模でのビルドとテストを高速化",{"text":100,"config":101},"詳細はこちら",{"href":102},"/ja-jp/solutions/continuous-integration/",{"type":104,"componentName":104,"componentContent":105},"CommonResourcesContainer",{"header":106,"tabs":107},"継続的インテグレーションに関するその他の情報をご紹介",[108],{"name":109,"items":110,"config":131},"resources",[111,121],{"header":112,"type":113,"image":114,"link":117},"Hotjar社がGitLabを用いてデプロイを50%高速化した方法","ケーススタディ",{"altText":112,"config":115},{"src":116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159287/Website/Topics/resources_7.jpg",{"text":100,"config":118},{"href":119,"icon":120,"modal":6},"/customers/hotjar/","CaseStudy",{"header":122,"type":123,"image":124,"link":127},"単一アプリケーションによるCI/CDのメリット","書籍",{"altText":122,"config":125},{"src":126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_5.jpg",{"text":100,"config":128},{"href":129,"icon":130,"modal":6},"/resources/ebook-single-app-cicd/","Ebook",{"key":109},{"type":133,"componentName":133},"CommonNextSteps","content:ja-jp:topics:ci-cd:benefits-continuous-integration:index.yml","yaml","content","ja-jp/topics/ci-cd/benefits-continuous-integration/index.yml","ja-jp/topics/ci-cd/benefits-continuous-integration/index","yml",{"_path":141,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"data":143,"_id":549,"_type":135,"title":550,"_source":136,"_file":551,"_stem":552,"_extension":139},"/shared/ja-jp/main-navigation","ja-jp",{"logo":144,"freeTrial":149,"sales":154,"login":159,"items":164,"search":493,"minimal":527,"duo":540},{"config":145},{"href":146,"dataGaName":147,"dataGaLocation":148},"/ja-jp/","gitlab logo","header",{"text":150,"config":151},"無料トライアルを開始",{"href":152,"dataGaName":153,"dataGaLocation":148},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":155,"config":156},"お問い合わせ",{"href":157,"dataGaName":158,"dataGaLocation":148},"/ja-jp/sales/","sales",{"text":160,"config":161},"サインイン",{"href":162,"dataGaName":163,"dataGaLocation":148},"https://gitlab.com/users/sign_in/","sign in",[165,208,305,310,415,475],{"text":166,"config":167,"cards":169,"footer":191},"プラットフォーム",{"dataNavLevelOne":168},"platform",[170,176,184],{"title":166,"description":171,"link":172},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":173,"config":174},"プラットフォームを詳しく見る",{"href":175,"dataGaName":168,"dataGaLocation":148},"/ja-jp/platform/",{"title":177,"description":178,"link":179},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":180,"config":181},"GitLab Duoのご紹介",{"href":182,"dataGaName":183,"dataGaLocation":148},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":185,"description":186,"link":187},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":100,"config":188},{"href":189,"dataGaName":190,"dataGaLocation":148},"/ja-jp/why-gitlab/","why gitlab",{"title":192,"items":193},"利用を開始：",[194,199,204],{"text":195,"config":196},"プラットフォームエンジニアリング",{"href":197,"dataGaName":198,"dataGaLocation":148},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":200,"config":201},"開発者の経験",{"href":202,"dataGaName":203,"dataGaLocation":148},"/ja-jp/developer-experience/","Developer experience",{"text":205,"config":206},"MLOps",{"href":207,"dataGaName":205,"dataGaLocation":148},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":209,"left":210,"config":211,"link":213,"lists":217,"footer":287},"製品",true,{"dataNavLevelOne":212},"solutions",{"text":214,"config":215},"すべてのソリューションを表示",{"href":216,"dataGaName":212,"dataGaLocation":148},"/ja-jp/solutions/",[218,242,265],{"title":219,"description":220,"link":221,"items":226},"自動化","CI/CDと自動化でデプロイを加速",{"config":222},{"icon":223,"href":224,"dataGaName":225,"dataGaLocation":148},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[227,229,233,238],{"text":21,"config":228},{"href":102,"dataGaLocation":148,"dataGaName":21},{"text":230,"config":231},"AIアシストによる開発",{"href":182,"dataGaLocation":148,"dataGaName":232},"AI assisted development",{"text":234,"config":235},"ソースコード管理",{"href":236,"dataGaLocation":148,"dataGaName":237},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":239,"config":240},"自動化されたソフトウェアデリバリー",{"href":224,"dataGaLocation":148,"dataGaName":241},"Automated software delivery",{"title":243,"description":244,"link":245,"items":250},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":246},{"href":247,"dataGaName":248,"dataGaLocation":148,"icon":249},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[251,255,260],{"text":252,"config":253},"セキュリティとコンプライアンス",{"href":247,"dataGaLocation":148,"dataGaName":254},"Security & Compliance",{"text":256,"config":257},"ソフトウェアサプライチェーンの安全性",{"href":258,"dataGaLocation":148,"dataGaName":259},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":261,"config":262},"コンプライアンスとガバナンス",{"href":263,"dataGaLocation":148,"dataGaName":264},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":266,"link":267,"items":272},"測定",{"config":268},{"icon":269,"href":270,"dataGaName":271,"dataGaLocation":148},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[273,277,282],{"text":274,"config":275},"可視性と測定",{"href":270,"dataGaLocation":148,"dataGaName":276},"Visibility and Measurement",{"text":278,"config":279},"バリューストリーム管理",{"href":280,"dataGaLocation":148,"dataGaName":281},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":283,"config":284},"分析とインサイト",{"href":285,"dataGaLocation":148,"dataGaName":286},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":288,"items":289},"GitLabが活躍する場所",[290,295,300],{"text":291,"config":292},"Enterprise",{"href":293,"dataGaLocation":148,"dataGaName":294},"/ja-jp/enterprise/","enterprise",{"text":296,"config":297},"スモールビジネス",{"href":298,"dataGaLocation":148,"dataGaName":299},"/ja-jp/small-business/","small business",{"text":301,"config":302},"公共機関",{"href":303,"dataGaLocation":148,"dataGaName":304},"/ja-jp/solutions/public-sector/","public sector",{"text":306,"config":307},"価格",{"href":308,"dataGaName":309,"dataGaLocation":148,"dataNavLevelOne":309},"/ja-jp/pricing/","pricing",{"text":311,"config":312,"link":313,"lists":317,"feature":402},"関連リソース",{"dataNavLevelOne":109},{"text":314,"config":315},"すべてのリソースを表示",{"href":316,"dataGaName":109,"dataGaLocation":148},"/ja-jp/resources/",[318,351,374],{"title":319,"items":320},"はじめに",[321,326,331,336,341,346],{"text":322,"config":323},"インストール",{"href":324,"dataGaName":325,"dataGaLocation":148},"/ja-jp/install/","install",{"text":327,"config":328},"クイックスタートガイド",{"href":329,"dataGaName":330,"dataGaLocation":148},"/ja-jp/get-started/","quick setup checklists",{"text":332,"config":333},"学ぶ",{"href":334,"dataGaLocation":148,"dataGaName":335},"https://university.gitlab.com/","learn",{"text":337,"config":338},"製品ドキュメント",{"href":339,"dataGaName":340,"dataGaLocation":148},"https://docs.gitlab.com/","product documentation",{"text":342,"config":343},"ベストプラクティスビデオ",{"href":344,"dataGaName":345,"dataGaLocation":148},"/ja-jp/getting-started-videos/","best practice videos",{"text":347,"config":348},"インテグレーション",{"href":349,"dataGaName":350,"dataGaLocation":148},"/ja-jp/integrations/","integrations",{"title":352,"items":353},"検索する",[354,359,364,369],{"text":355,"config":356},"お客様成功事例",{"href":357,"dataGaName":358,"dataGaLocation":148},"/ja-jp/customers/","customer success stories",{"text":360,"config":361},"ブログ",{"href":362,"dataGaName":363,"dataGaLocation":148},"/ja-jp/blog/","blog",{"text":365,"config":366},"リモート",{"href":367,"dataGaName":368,"dataGaLocation":148},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":370,"config":371},"TeamOps",{"href":372,"dataGaName":373,"dataGaLocation":148},"/ja-jp/teamops/","teamops",{"title":375,"items":376},"つなげる",[377,382,387,392,397],{"text":378,"config":379},"GitLabサービス",{"href":380,"dataGaName":381,"dataGaLocation":148},"/ja-jp/services/","services",{"text":383,"config":384},"コミュニティ",{"href":385,"dataGaName":386,"dataGaLocation":148},"/community/","community",{"text":388,"config":389},"フォーラム",{"href":390,"dataGaName":391,"dataGaLocation":148},"https://forum.gitlab.com/","forum",{"text":393,"config":394},"イベント",{"href":395,"dataGaName":396,"dataGaLocation":148},"/events/","events",{"text":398,"config":399},"パートナー",{"href":400,"dataGaName":401,"dataGaLocation":148},"/ja-jp/partners/","partners",{"backgroundColor":403,"textColor":404,"text":405,"image":406,"link":410},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":407,"config":408},"ソースプロモカード",{"src":409},"/images/navigation/the-source-promo-card.svg",{"text":411,"config":412},"最新情報を読む",{"href":413,"dataGaName":414,"dataGaLocation":148},"/ja-jp/the-source/","the source",{"text":416,"config":417,"lists":419},"Company",{"dataNavLevelOne":418},"company",[420],{"items":421},[422,427,433,435,440,445,450,455,460,465,470],{"text":423,"config":424},"GitLabについて",{"href":425,"dataGaName":426,"dataGaLocation":148},"/ja-jp/company/","about",{"text":428,"config":429,"footerGa":432},"採用情報",{"href":430,"dataGaName":431,"dataGaLocation":148},"/jobs/","jobs",{"dataGaName":431},{"text":393,"config":434},{"href":395,"dataGaName":396,"dataGaLocation":148},{"text":436,"config":437},"経営陣",{"href":438,"dataGaName":439,"dataGaLocation":148},"/company/team/e-group/","leadership",{"text":441,"config":442},"チーム",{"href":443,"dataGaName":444,"dataGaLocation":148},"/company/team/","team",{"text":446,"config":447},"ハンドブック",{"href":448,"dataGaName":449,"dataGaLocation":148},"https://handbook.gitlab.com/","handbook",{"text":451,"config":452},"投資家向け情報",{"href":453,"dataGaName":454,"dataGaLocation":148},"https://ir.gitlab.com/","investor relations",{"text":456,"config":457},"トラストセンター",{"href":458,"dataGaName":459,"dataGaLocation":148},"/ja-jp/security/","trust center",{"text":461,"config":462},"AI Transparency Center",{"href":463,"dataGaName":464,"dataGaLocation":148},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":466,"config":467},"ニュースレター",{"href":468,"dataGaName":469,"dataGaLocation":148},"/company/contact/","newsletter",{"text":471,"config":472},"プレス",{"href":473,"dataGaName":474,"dataGaLocation":148},"/press/","press",{"text":155,"config":476,"lists":477},{"dataNavLevelOne":418},[478],{"items":479},[480,483,488],{"text":155,"config":481},{"href":157,"dataGaName":482,"dataGaLocation":148},"talk to sales",{"text":484,"config":485},"サポートを受ける",{"href":486,"dataGaName":487,"dataGaLocation":148},"/support/","get help",{"text":489,"config":490},"カスタマーポータル",{"href":491,"dataGaName":492,"dataGaLocation":148},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":494,"login":495,"suggestions":502},"閉じる",{"text":496,"link":497},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":498,"config":499},"GitLab.com",{"href":162,"dataGaName":500,"dataGaLocation":501},"search login","search",{"text":503,"default":504},"提案",[505,508,513,515,519,523],{"text":177,"config":506},{"href":182,"dataGaName":507,"dataGaLocation":501},"GitLab Duo (AI)",{"text":509,"config":510},"コード提案（AI）",{"href":511,"dataGaName":512,"dataGaLocation":501},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":514},{"href":102,"dataGaName":21,"dataGaLocation":501},{"text":516,"config":517},"GitLab on AWS",{"href":518,"dataGaName":516,"dataGaLocation":501},"/ja-jp/partners/technology-partners/aws/",{"text":520,"config":521},"GitLab on Google Cloud",{"href":522,"dataGaName":520,"dataGaLocation":501},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":524,"config":525},"GitLabを選ぶ理由",{"href":189,"dataGaName":526,"dataGaLocation":501},"Why GitLab?",{"freeTrial":528,"mobileIcon":532,"desktopIcon":537},{"text":150,"config":529},{"href":530,"dataGaName":153,"dataGaLocation":531},"https://gitlab.com/-/trials/new/","nav",{"altText":533,"config":534},"GitLabアイコン",{"src":535,"dataGaName":536,"dataGaLocation":531},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":533,"config":538},{"src":539,"dataGaName":536,"dataGaLocation":531},"/images/brand/gitlab-logo-type.svg",{"freeTrial":541,"mobileIcon":545,"desktopIcon":547},{"text":542,"config":543},"GitLab Duoの詳細について",{"href":182,"dataGaName":544,"dataGaLocation":531},"gitlab duo",{"altText":533,"config":546},{"src":535,"dataGaName":536,"dataGaLocation":531},{"altText":533,"config":548},{"src":539,"dataGaName":536,"dataGaLocation":531},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":554,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"title":555,"button":556,"config":561,"_id":563,"_type":135,"_source":136,"_file":564,"_stem":565,"_extension":139},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能に！",{"text":557,"config":558},"詳しく見る",{"href":559,"dataGaName":560,"dataGaLocation":148},"/gitlab-duo/agent-platform/","duo banner",{"layout":562},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":567,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"data":568,"_id":772,"_type":135,"title":773,"_source":136,"_file":774,"_stem":775,"_extension":139},"/shared/ja-jp/main-footer",{"text":569,"source":570,"edit":576,"contribute":581,"config":586,"items":591,"minimal":764},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":571,"config":572},"ページのソースを表示",{"href":573,"dataGaName":574,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":577,"config":578},"このページを編集",{"href":579,"dataGaName":580,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":582,"config":583},"ご協力をお願いします",{"href":584,"dataGaName":585,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":587,"facebook":588,"youtube":589,"linkedin":590},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[592,615,669,702,736],{"title":166,"links":593,"subMenu":598},[594],{"text":595,"config":596},"DevSecOpsプラットフォーム",{"href":175,"dataGaName":597,"dataGaLocation":575},"devsecops platform",[599],{"title":306,"links":600},[601,605,610],{"text":602,"config":603},"プランの表示",{"href":308,"dataGaName":604,"dataGaLocation":575},"view plans",{"text":606,"config":607},"Premiumを選ぶ理由",{"href":608,"dataGaName":609,"dataGaLocation":575},"/ja-jp/pricing/premium/","why premium",{"text":611,"config":612},"Ultimateを選ぶ理由",{"href":613,"dataGaName":614,"dataGaLocation":575},"/ja-jp/pricing/ultimate/","why ultimate",{"title":616,"links":617},"ソリューション",[618,623,626,628,633,638,642,645,648,653,655,657,659,664],{"text":619,"config":620},"デジタルトランスフォーメーション",{"href":621,"dataGaName":622,"dataGaLocation":575},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":252,"config":624},{"href":247,"dataGaName":625,"dataGaLocation":575},"security & compliance",{"text":239,"config":627},{"href":224,"dataGaName":225,"dataGaLocation":575},{"text":629,"config":630},"アジャイル開発",{"href":631,"dataGaName":632,"dataGaLocation":575},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":634,"config":635},"クラウドトランスフォーメーション",{"href":636,"dataGaName":637,"dataGaLocation":575},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":639,"config":640},"SCM",{"href":236,"dataGaName":641,"dataGaLocation":575},"source code management",{"text":21,"config":643},{"href":102,"dataGaName":644,"dataGaLocation":575},"continuous integration & delivery",{"text":278,"config":646},{"href":280,"dataGaName":647,"dataGaLocation":575},"value stream management",{"text":649,"config":650},"GitOps",{"href":651,"dataGaName":652,"dataGaLocation":575},"/ja-jp/solutions/gitops/","gitops",{"text":291,"config":654},{"href":293,"dataGaName":294,"dataGaLocation":575},{"text":296,"config":656},{"href":298,"dataGaName":299,"dataGaLocation":575},{"text":301,"config":658},{"href":303,"dataGaName":304,"dataGaLocation":575},{"text":660,"config":661},"教育",{"href":662,"dataGaName":663,"dataGaLocation":575},"/ja-jp/solutions/education/","education",{"text":665,"config":666},"金融サービス",{"href":667,"dataGaName":668,"dataGaLocation":575},"/ja-jp/solutions/finance/","financial services",{"title":311,"links":670},[671,673,675,677,680,682,686,688,690,692,694,696,698,700],{"text":322,"config":672},{"href":324,"dataGaName":325,"dataGaLocation":575},{"text":327,"config":674},{"href":329,"dataGaName":330,"dataGaLocation":575},{"text":332,"config":676},{"href":334,"dataGaName":335,"dataGaLocation":575},{"text":337,"config":678},{"href":339,"dataGaName":679,"dataGaLocation":575},"docs",{"text":360,"config":681},{"href":362,"dataGaName":363},{"text":683,"config":684},"お客様の成功事例",{"href":685,"dataGaLocation":575},"/customers/",{"text":355,"config":687},{"href":357,"dataGaName":358,"dataGaLocation":575},{"text":365,"config":689},{"href":367,"dataGaName":368,"dataGaLocation":575},{"text":378,"config":691},{"href":380,"dataGaName":381,"dataGaLocation":575},{"text":370,"config":693},{"href":372,"dataGaName":373,"dataGaLocation":575},{"text":383,"config":695},{"href":385,"dataGaName":386,"dataGaLocation":575},{"text":388,"config":697},{"href":390,"dataGaName":391,"dataGaLocation":575},{"text":393,"config":699},{"href":395,"dataGaName":396,"dataGaLocation":575},{"text":398,"config":701},{"href":400,"dataGaName":401,"dataGaLocation":575},{"title":416,"links":703},[704,706,708,710,712,714,716,720,725,727,729,731],{"text":423,"config":705},{"href":425,"dataGaName":418,"dataGaLocation":575},{"text":428,"config":707},{"href":430,"dataGaName":431,"dataGaLocation":575},{"text":436,"config":709},{"href":438,"dataGaName":439,"dataGaLocation":575},{"text":441,"config":711},{"href":443,"dataGaName":444,"dataGaLocation":575},{"text":446,"config":713},{"href":448,"dataGaName":449,"dataGaLocation":575},{"text":451,"config":715},{"href":453,"dataGaName":454,"dataGaLocation":575},{"text":717,"config":718},"Sustainability",{"href":719,"dataGaName":717,"dataGaLocation":575},"/sustainability/",{"text":721,"config":722},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":723,"dataGaName":724,"dataGaLocation":575},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":456,"config":726},{"href":458,"dataGaName":459,"dataGaLocation":575},{"text":466,"config":728},{"href":468,"dataGaName":469,"dataGaLocation":575},{"text":471,"config":730},{"href":473,"dataGaName":474,"dataGaLocation":575},{"text":732,"config":733},"現代奴隷制の透明性に関する声明",{"href":734,"dataGaName":735,"dataGaLocation":575},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":155,"links":737},[738,740,742,744,749,754,759],{"text":155,"config":739},{"href":157,"dataGaName":158,"dataGaLocation":575},{"text":484,"config":741},{"href":486,"dataGaName":487,"dataGaLocation":575},{"text":489,"config":743},{"href":491,"dataGaName":492,"dataGaLocation":575},{"text":745,"config":746},"ステータス",{"href":747,"dataGaName":748,"dataGaLocation":575},"https://status.gitlab.com/","status",{"text":750,"config":751},"利用規約",{"href":752,"dataGaName":753,"dataGaLocation":575},"/terms/","terms of use",{"text":755,"config":756},"プライバシーに関する声明",{"href":757,"dataGaName":758,"dataGaLocation":575},"/ja-jp/privacy/","privacy statement",{"text":760,"config":761},"Cookieの設定",{"dataGaName":762,"dataGaLocation":575,"id":763,"isOneTrustButton":210},"cookie preferences","ot-sdk-btn",{"items":765},[766,768,770],{"text":750,"config":767},{"href":752,"dataGaName":753,"dataGaLocation":575},{"text":755,"config":769},{"href":757,"dataGaName":758,"dataGaLocation":575},{"text":760,"config":771},{"dataGaName":762,"dataGaLocation":575,"id":763,"isOneTrustButton":210},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":777,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"header":778,"eyebrow":779,"blurb":780,"button":781,"secondaryButton":785,"_id":787,"_type":135,"title":788,"_source":136,"_file":789,"_stem":790,"_extension":139},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":150,"config":782},{"href":783,"dataGaName":153,"dataGaLocation":784},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":155,"config":786},{"href":157,"dataGaName":158,"dataGaLocation":784},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1754424560162]