[{"data":1,"prerenderedAt":860},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration":3,"navigation-ja-jp":140,"banner-ja-jp":552,"footer-ja-jp":565,"next-steps-ja-jp":775,"footer-source-/ja-jp/topics/ci-cd/benefits-continuous-integration/":790},{"_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},"CommonArticleHero",{"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":548,"_type":135,"title":549,"_source":136,"_file":550,"_stem":551,"_extension":139},"/shared/ja-jp/main-navigation","ja-jp",{"logo":144,"freeTrial":149,"sales":154,"login":159,"items":164,"search":492,"minimal":526,"duo":539},{"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,304,309,414,474],{"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":286},"製品",true,{"dataNavLevelOne":212},"solutions",{"text":214,"config":215},"すべてのソリューションを表示",{"href":216,"dataGaName":212,"dataGaLocation":148},"/ja-jp/solutions/",[218,242,264],{"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/application-security-testing/","security and compliance","ShieldCheckLight",[251,255,260],{"text":252,"config":253},"Application Security Testing",{"href":247,"dataGaName":254,"dataGaLocation":148},"Application security testing",{"text":256,"config":257},"ソフトウェアサプライチェーンの安全性",{"href":258,"dataGaLocation":148,"dataGaName":259},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":261,"config":262},"Software Compliance",{"href":263,"dataGaName":261,"dataGaLocation":148},"/ja-jp/solutions/software-compliance/",{"title":265,"link":266,"items":271},"測定",{"config":267},{"icon":268,"href":269,"dataGaName":270,"dataGaLocation":148},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[272,276,281],{"text":273,"config":274},"可視性と測定",{"href":269,"dataGaLocation":148,"dataGaName":275},"Visibility and Measurement",{"text":277,"config":278},"バリューストリーム管理",{"href":279,"dataGaLocation":148,"dataGaName":280},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":282,"config":283},"分析とインサイト",{"href":284,"dataGaLocation":148,"dataGaName":285},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":287,"items":288},"GitLabが活躍する場所",[289,294,299],{"text":290,"config":291},"Enterprise",{"href":292,"dataGaLocation":148,"dataGaName":293},"/ja-jp/enterprise/","enterprise",{"text":295,"config":296},"スモールビジネス",{"href":297,"dataGaLocation":148,"dataGaName":298},"/ja-jp/small-business/","small business",{"text":300,"config":301},"公共機関",{"href":302,"dataGaLocation":148,"dataGaName":303},"/ja-jp/solutions/public-sector/","public sector",{"text":305,"config":306},"価格",{"href":307,"dataGaName":308,"dataGaLocation":148,"dataNavLevelOne":308},"/ja-jp/pricing/","pricing",{"text":310,"config":311,"link":312,"lists":316,"feature":401},"関連リソース",{"dataNavLevelOne":109},{"text":313,"config":314},"すべてのリソースを表示",{"href":315,"dataGaName":109,"dataGaLocation":148},"/ja-jp/resources/",[317,350,373],{"title":318,"items":319},"はじめに",[320,325,330,335,340,345],{"text":321,"config":322},"インストール",{"href":323,"dataGaName":324,"dataGaLocation":148},"/ja-jp/install/","install",{"text":326,"config":327},"クイックスタートガイド",{"href":328,"dataGaName":329,"dataGaLocation":148},"/ja-jp/get-started/","quick setup checklists",{"text":331,"config":332},"学ぶ",{"href":333,"dataGaLocation":148,"dataGaName":334},"https://university.gitlab.com/","learn",{"text":336,"config":337},"製品ドキュメント",{"href":338,"dataGaName":339,"dataGaLocation":148},"https://docs.gitlab.com/","product documentation",{"text":341,"config":342},"ベストプラクティスビデオ",{"href":343,"dataGaName":344,"dataGaLocation":148},"/ja-jp/getting-started-videos/","best practice videos",{"text":346,"config":347},"インテグレーション",{"href":348,"dataGaName":349,"dataGaLocation":148},"/ja-jp/integrations/","integrations",{"title":351,"items":352},"検索する",[353,358,363,368],{"text":354,"config":355},"お客様成功事例",{"href":356,"dataGaName":357,"dataGaLocation":148},"/ja-jp/customers/","customer success stories",{"text":359,"config":360},"ブログ",{"href":361,"dataGaName":362,"dataGaLocation":148},"/ja-jp/blog/","blog",{"text":364,"config":365},"リモート",{"href":366,"dataGaName":367,"dataGaLocation":148},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":369,"config":370},"TeamOps",{"href":371,"dataGaName":372,"dataGaLocation":148},"/ja-jp/teamops/","teamops",{"title":374,"items":375},"つなげる",[376,381,386,391,396],{"text":377,"config":378},"GitLabサービス",{"href":379,"dataGaName":380,"dataGaLocation":148},"/ja-jp/services/","services",{"text":382,"config":383},"コミュニティ",{"href":384,"dataGaName":385,"dataGaLocation":148},"/community/","community",{"text":387,"config":388},"フォーラム",{"href":389,"dataGaName":390,"dataGaLocation":148},"https://forum.gitlab.com/","forum",{"text":392,"config":393},"イベント",{"href":394,"dataGaName":395,"dataGaLocation":148},"/events/","events",{"text":397,"config":398},"パートナー",{"href":399,"dataGaName":400,"dataGaLocation":148},"/ja-jp/partners/","partners",{"backgroundColor":402,"textColor":403,"text":404,"image":405,"link":409},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":406,"config":407},"ソースプロモカード",{"src":408},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":410,"config":411},"最新情報を読む",{"href":412,"dataGaName":413,"dataGaLocation":148},"/ja-jp/the-source/","the source",{"text":415,"config":416,"lists":418},"会社情報",{"dataNavLevelOne":417},"company",[419],{"items":420},[421,426,432,434,439,444,449,454,459,464,469],{"text":422,"config":423},"GitLabについて",{"href":424,"dataGaName":425,"dataGaLocation":148},"/ja-jp/company/","about",{"text":427,"config":428,"footerGa":431},"採用情報",{"href":429,"dataGaName":430,"dataGaLocation":148},"/jobs/","jobs",{"dataGaName":430},{"text":392,"config":433},{"href":394,"dataGaName":395,"dataGaLocation":148},{"text":435,"config":436},"経営陣",{"href":437,"dataGaName":438,"dataGaLocation":148},"/company/team/e-group/","leadership",{"text":440,"config":441},"チーム",{"href":442,"dataGaName":443,"dataGaLocation":148},"/company/team/","team",{"text":445,"config":446},"ハンドブック",{"href":447,"dataGaName":448,"dataGaLocation":148},"https://handbook.gitlab.com/","handbook",{"text":450,"config":451},"投資家向け情報",{"href":452,"dataGaName":453,"dataGaLocation":148},"https://ir.gitlab.com/","investor relations",{"text":455,"config":456},"トラストセンター",{"href":457,"dataGaName":458,"dataGaLocation":148},"/ja-jp/security/","trust center",{"text":460,"config":461},"AI Transparency Center",{"href":462,"dataGaName":463,"dataGaLocation":148},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":465,"config":466},"ニュースレター",{"href":467,"dataGaName":468,"dataGaLocation":148},"/company/contact/","newsletter",{"text":470,"config":471},"プレス",{"href":472,"dataGaName":473,"dataGaLocation":148},"/press/","press",{"text":155,"config":475,"lists":476},{"dataNavLevelOne":417},[477],{"items":478},[479,482,487],{"text":155,"config":480},{"href":157,"dataGaName":481,"dataGaLocation":148},"talk to sales",{"text":483,"config":484},"サポートを受ける",{"href":485,"dataGaName":486,"dataGaLocation":148},"/support/","get help",{"text":488,"config":489},"カスタマーポータル",{"href":490,"dataGaName":491,"dataGaLocation":148},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":493,"login":494,"suggestions":501},"閉じる",{"text":495,"link":496},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":497,"config":498},"GitLab.com",{"href":162,"dataGaName":499,"dataGaLocation":500},"search login","search",{"text":502,"default":503},"提案",[504,507,512,514,518,522],{"text":177,"config":505},{"href":182,"dataGaName":506,"dataGaLocation":500},"GitLab Duo (AI)",{"text":508,"config":509},"コード提案（AI）",{"href":510,"dataGaName":511,"dataGaLocation":500},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":513},{"href":102,"dataGaName":21,"dataGaLocation":500},{"text":515,"config":516},"GitLab on AWS",{"href":517,"dataGaName":515,"dataGaLocation":500},"/ja-jp/partners/technology-partners/aws/",{"text":519,"config":520},"GitLab on Google Cloud",{"href":521,"dataGaName":519,"dataGaLocation":500},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":523,"config":524},"GitLabを選ぶ理由",{"href":189,"dataGaName":525,"dataGaLocation":500},"Why GitLab?",{"freeTrial":527,"mobileIcon":531,"desktopIcon":536},{"text":150,"config":528},{"href":529,"dataGaName":153,"dataGaLocation":530},"https://gitlab.com/-/trials/new/","nav",{"altText":532,"config":533},"GitLabアイコン",{"src":534,"dataGaName":535,"dataGaLocation":530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":532,"config":537},{"src":538,"dataGaName":535,"dataGaLocation":530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":540,"mobileIcon":544,"desktopIcon":546},{"text":541,"config":542},"GitLab Duoの詳細について",{"href":182,"dataGaName":543,"dataGaLocation":530},"gitlab duo",{"altText":532,"config":545},{"src":534,"dataGaName":535,"dataGaLocation":530},{"altText":532,"config":547},{"src":538,"dataGaName":535,"dataGaLocation":530},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":553,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"title":554,"button":555,"config":560,"_id":562,"_type":135,"_source":136,"_file":563,"_stem":564,"_extension":139},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":556,"config":557},"ベータ版を試す",{"href":558,"dataGaName":559,"dataGaLocation":148},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":561},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":566,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"data":567,"_id":771,"_type":135,"title":772,"_source":136,"_file":773,"_stem":774,"_extension":139},"/shared/ja-jp/main-footer",{"text":568,"source":569,"edit":575,"contribute":580,"config":585,"items":590,"minimal":763},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":570,"config":571},"ページのソースを表示",{"href":572,"dataGaName":573,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":576,"config":577},"このページを編集",{"href":578,"dataGaName":579,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":581,"config":582},"ご協力をお願いします",{"href":583,"dataGaName":584,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":586,"facebook":587,"youtube":588,"linkedin":589},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[591,614,668,700,735],{"title":166,"links":592,"subMenu":597},[593],{"text":594,"config":595},"DevSecOpsプラットフォーム",{"href":175,"dataGaName":596,"dataGaLocation":574},"devsecops platform",[598],{"title":305,"links":599},[600,604,609],{"text":601,"config":602},"プランの表示",{"href":307,"dataGaName":603,"dataGaLocation":574},"view plans",{"text":605,"config":606},"Premiumを選ぶ理由",{"href":607,"dataGaName":608,"dataGaLocation":574},"/ja-jp/pricing/premium/","why premium",{"text":610,"config":611},"Ultimateを選ぶ理由",{"href":612,"dataGaName":613,"dataGaLocation":574},"/ja-jp/pricing/ultimate/","why ultimate",{"title":615,"links":616},"ソリューション",[617,622,625,627,632,637,641,644,647,652,654,656,658,663],{"text":618,"config":619},"デジタルトランスフォーメーション",{"href":620,"dataGaName":621,"dataGaLocation":574},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":623,"config":624},"セキュリティとコンプライアンス",{"href":247,"dataGaName":254,"dataGaLocation":574},{"text":239,"config":626},{"href":224,"dataGaName":225,"dataGaLocation":574},{"text":628,"config":629},"アジャイル開発",{"href":630,"dataGaName":631,"dataGaLocation":574},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":633,"config":634},"クラウドトランスフォーメーション",{"href":635,"dataGaName":636,"dataGaLocation":574},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":638,"config":639},"SCM",{"href":236,"dataGaName":640,"dataGaLocation":574},"source code management",{"text":21,"config":642},{"href":102,"dataGaName":643,"dataGaLocation":574},"continuous integration & delivery",{"text":277,"config":645},{"href":279,"dataGaName":646,"dataGaLocation":574},"value stream management",{"text":648,"config":649},"GitOps",{"href":650,"dataGaName":651,"dataGaLocation":574},"/ja-jp/solutions/gitops/","gitops",{"text":290,"config":653},{"href":292,"dataGaName":293,"dataGaLocation":574},{"text":295,"config":655},{"href":297,"dataGaName":298,"dataGaLocation":574},{"text":300,"config":657},{"href":302,"dataGaName":303,"dataGaLocation":574},{"text":659,"config":660},"教育",{"href":661,"dataGaName":662,"dataGaLocation":574},"/ja-jp/solutions/education/","education",{"text":664,"config":665},"金融サービス",{"href":666,"dataGaName":667,"dataGaLocation":574},"/ja-jp/solutions/finance/","financial services",{"title":310,"links":669},[670,672,674,676,679,681,684,686,688,690,692,694,696,698],{"text":321,"config":671},{"href":323,"dataGaName":324,"dataGaLocation":574},{"text":326,"config":673},{"href":328,"dataGaName":329,"dataGaLocation":574},{"text":331,"config":675},{"href":333,"dataGaName":334,"dataGaLocation":574},{"text":336,"config":677},{"href":338,"dataGaName":678,"dataGaLocation":574},"docs",{"text":359,"config":680},{"href":361,"dataGaName":362},{"text":682,"config":683},"お客様の成功事例",{"href":356,"dataGaLocation":574},{"text":354,"config":685},{"href":356,"dataGaName":357,"dataGaLocation":574},{"text":364,"config":687},{"href":366,"dataGaName":367,"dataGaLocation":574},{"text":377,"config":689},{"href":379,"dataGaName":380,"dataGaLocation":574},{"text":369,"config":691},{"href":371,"dataGaName":372,"dataGaLocation":574},{"text":382,"config":693},{"href":384,"dataGaName":385,"dataGaLocation":574},{"text":387,"config":695},{"href":389,"dataGaName":390,"dataGaLocation":574},{"text":392,"config":697},{"href":394,"dataGaName":395,"dataGaLocation":574},{"text":397,"config":699},{"href":399,"dataGaName":400,"dataGaLocation":574},{"title":701,"links":702},"Company",[703,705,707,709,711,713,715,719,724,726,728,730],{"text":422,"config":704},{"href":424,"dataGaName":417,"dataGaLocation":574},{"text":427,"config":706},{"href":429,"dataGaName":430,"dataGaLocation":574},{"text":435,"config":708},{"href":437,"dataGaName":438,"dataGaLocation":574},{"text":440,"config":710},{"href":442,"dataGaName":443,"dataGaLocation":574},{"text":445,"config":712},{"href":447,"dataGaName":448,"dataGaLocation":574},{"text":450,"config":714},{"href":452,"dataGaName":453,"dataGaLocation":574},{"text":716,"config":717},"Sustainability",{"href":718,"dataGaName":716,"dataGaLocation":574},"/sustainability/",{"text":720,"config":721},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":722,"dataGaName":723,"dataGaLocation":574},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":455,"config":725},{"href":457,"dataGaName":458,"dataGaLocation":574},{"text":465,"config":727},{"href":467,"dataGaName":468,"dataGaLocation":574},{"text":470,"config":729},{"href":472,"dataGaName":473,"dataGaLocation":574},{"text":731,"config":732},"現代奴隷制の透明性に関する声明",{"href":733,"dataGaName":734,"dataGaLocation":574},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":155,"links":736},[737,739,741,743,748,753,758],{"text":155,"config":738},{"href":157,"dataGaName":158,"dataGaLocation":574},{"text":483,"config":740},{"href":485,"dataGaName":486,"dataGaLocation":574},{"text":488,"config":742},{"href":490,"dataGaName":491,"dataGaLocation":574},{"text":744,"config":745},"ステータス",{"href":746,"dataGaName":747,"dataGaLocation":574},"https://status.gitlab.com/","status",{"text":749,"config":750},"利用規約",{"href":751,"dataGaName":752,"dataGaLocation":574},"/terms/","terms of use",{"text":754,"config":755},"プライバシーに関する声明",{"href":756,"dataGaName":757,"dataGaLocation":574},"/ja-jp/privacy/","privacy statement",{"text":759,"config":760},"Cookieの設定",{"dataGaName":761,"dataGaLocation":574,"id":762,"isOneTrustButton":210},"cookie preferences","ot-sdk-btn",{"items":764},[765,767,769],{"text":749,"config":766},{"href":751,"dataGaName":752,"dataGaLocation":574},{"text":754,"config":768},{"href":756,"dataGaName":757,"dataGaLocation":574},{"text":759,"config":770},{"dataGaName":761,"dataGaLocation":574,"id":762,"isOneTrustButton":210},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":776,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"header":777,"eyebrow":778,"blurb":779,"button":780,"secondaryButton":784,"_id":786,"_type":135,"title":787,"_source":136,"_file":788,"_stem":789,"_extension":139},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":150,"config":781},{"href":782,"dataGaName":153,"dataGaLocation":783},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":155,"config":785},{"href":157,"dataGaName":158,"dataGaLocation":783},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":791,"content":792,"_id":134,"_type":135,"title":7,"_source":136,"_file":137,"_stem":138,"_extension":139},{"title":9,"description":10},[793,801,804,843,859],{"type":13,"componentName":13,"componentContent":794},{"crumbs":795},[796,798,800],{"title":17,"config":797},{"href":19},{"title":21,"config":799},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":802},{"title":9,"text":29,"config":803},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":805},{"anchors":806,"components":820},{"text":36,"data":807},[808,810,812,814,816,818],{"text":39,"config":809},{"href":41},{"text":43,"config":811},{"href":45},{"text":47,"config":813},{"href":49},{"text":51,"config":815},{"href":53},{"text":55,"config":817},{"href":57},{"text":59,"config":819},{"href":61},[821,824,827,830,833,836,839],{"type":64,"componentName":64,"componentContent":822},{"header":39,"text":66,"config":823},{"id":68},{"type":64,"componentName":64,"componentContent":825},{"header":43,"text":71,"config":826},{"id":73},{"type":64,"componentName":64,"componentContent":828},{"header":47,"text":76,"config":829},{"id":78},{"type":64,"componentName":64,"componentContent":831},{"header":51,"text":81,"config":832},{"id":83},{"type":64,"componentName":64,"componentContent":834},{"header":55,"text":86,"config":835},{"id":88},{"type":64,"componentName":64,"componentContent":837},{"header":59,"text":91,"config":838},{"id":93},{"type":95,"componentName":95,"componentContent":840},{"subtitle":97,"text":98,"primaryButton":841},{"text":100,"config":842},{"href":102},{"type":104,"componentName":104,"componentContent":844},{"header":106,"tabs":845},[846],{"name":109,"items":847,"config":858},[848,853],{"header":112,"type":113,"image":849,"link":851},{"altText":112,"config":850},{"src":116},{"text":100,"config":852},{"href":119,"icon":120,"modal":6},{"header":122,"type":123,"image":854,"link":856},{"altText":122,"config":855},{"src":126},{"text":100,"config":857},{"href":129,"icon":130,"modal":6},{"key":109},{"type":133,"componentName":133},1761814458979]