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