[{"data":1,"prerenderedAt":790},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration/":3,"navigation-ja-jp":140,"banner-ja-jp":553,"footer-ja-jp":565,"next-steps-ja-jp":775},{"_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,256,261],{"text":252,"config":253},"Application Security Testing",{"href":254,"dataGaName":255,"dataGaLocation":148},"/solutions/application-security-testing/","Application security testing",{"text":257,"config":258},"ソフトウェアサプライチェーンの安全性",{"href":259,"dataGaLocation":148,"dataGaName":260},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":262,"config":263},"Software Compliance",{"href":264,"dataGaName":262,"dataGaLocation":148},"/solutions/software-compliance/",{"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":560,"_id":562,"_type":135,"_source":136,"_file":563,"_stem":564,"_extension":139},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":100,"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,701,735],{"title":166,"links":592,"subMenu":597},[593],{"text":594,"config":595},"DevSecOpsプラットフォーム",{"href":175,"dataGaName":596,"dataGaLocation":574},"devsecops platform",[598],{"title":306,"links":599},[600,604,609],{"text":601,"config":602},"プランの表示",{"href":308,"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":254,"dataGaName":255,"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":278,"config":645},{"href":280,"dataGaName":646,"dataGaLocation":574},"value stream management",{"text":648,"config":649},"GitOps",{"href":650,"dataGaName":651,"dataGaLocation":574},"/ja-jp/solutions/gitops/","gitops",{"text":291,"config":653},{"href":293,"dataGaName":294,"dataGaLocation":574},{"text":296,"config":655},{"href":298,"dataGaName":299,"dataGaLocation":574},{"text":301,"config":657},{"href":303,"dataGaName":304,"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":311,"links":669},[670,672,674,676,679,681,685,687,689,691,693,695,697,699],{"text":322,"config":671},{"href":324,"dataGaName":325,"dataGaLocation":574},{"text":327,"config":673},{"href":329,"dataGaName":330,"dataGaLocation":574},{"text":332,"config":675},{"href":334,"dataGaName":335,"dataGaLocation":574},{"text":337,"config":677},{"href":339,"dataGaName":678,"dataGaLocation":574},"docs",{"text":360,"config":680},{"href":362,"dataGaName":363},{"text":682,"config":683},"お客様の成功事例",{"href":684,"dataGaLocation":574},"/customers/",{"text":355,"config":686},{"href":357,"dataGaName":358,"dataGaLocation":574},{"text":365,"config":688},{"href":367,"dataGaName":368,"dataGaLocation":574},{"text":378,"config":690},{"href":380,"dataGaName":381,"dataGaLocation":574},{"text":370,"config":692},{"href":372,"dataGaName":373,"dataGaLocation":574},{"text":383,"config":694},{"href":385,"dataGaName":386,"dataGaLocation":574},{"text":388,"config":696},{"href":390,"dataGaName":391,"dataGaLocation":574},{"text":393,"config":698},{"href":395,"dataGaName":396,"dataGaLocation":574},{"text":398,"config":700},{"href":400,"dataGaName":401,"dataGaLocation":574},{"title":416,"links":702},[703,705,707,709,711,713,715,719,724,726,728,730],{"text":423,"config":704},{"href":425,"dataGaName":418,"dataGaLocation":574},{"text":428,"config":706},{"href":430,"dataGaName":431,"dataGaLocation":574},{"text":436,"config":708},{"href":438,"dataGaName":439,"dataGaLocation":574},{"text":441,"config":710},{"href":443,"dataGaName":444,"dataGaLocation":574},{"text":446,"config":712},{"href":448,"dataGaName":449,"dataGaLocation":574},{"text":451,"config":714},{"href":453,"dataGaName":454,"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":456,"config":725},{"href":458,"dataGaName":459,"dataGaLocation":574},{"text":466,"config":727},{"href":468,"dataGaName":469,"dataGaLocation":574},{"text":471,"config":729},{"href":473,"dataGaName":474,"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":484,"config":740},{"href":486,"dataGaName":487,"dataGaLocation":574},{"text":489,"config":742},{"href":491,"dataGaName":492,"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",1755803063013]