[{"data":1,"prerenderedAt":759},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration":3,"navigation-ja-jp":139,"banner-ja-jp":534,"footer-ja-jp":544,"next-steps-ja-jp":750},{"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":524},{"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/ja-jp&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/get-started/","get started",{"freeTrial":516,"mobileIcon":520,"desktopIcon":522},{"text":517,"config":518},"GitLab Duoの詳細について",{"href":179,"dataGaName":519,"dataGaLocation":502},"gitlab duo",{"altText":504,"config":521},{"src":506,"dataGaName":507,"dataGaLocation":502},{"altText":504,"config":523},{"src":510,"dataGaName":507,"dataGaLocation":502},{"freeTrial":525,"mobileIcon":530,"desktopIcon":532},{"text":526,"config":527},"料金ページに戻る",{"href":285,"dataGaName":528,"dataGaLocation":502,"icon":529},"back to pricing","GoBack",{"altText":504,"config":531},{"src":506,"dataGaName":507,"dataGaLocation":502},{"altText":504,"config":533},{"src":510,"dataGaName":507,"dataGaLocation":502},{"title":535,"button":536,"config":541},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":537,"config":538},"GitLab Transcendを今すぐ視聴",{"href":539,"dataGaName":540,"dataGaLocation":145},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":542,"icon":543,"disabled":133},"release","AiStar",{"data":545},{"text":546,"source":547,"edit":553,"contribute":558,"config":563,"items":568,"minimal":742},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":548,"config":549},"ページのソースを表示",{"href":550,"dataGaName":551,"dataGaLocation":552},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":554,"config":555},"このページを編集",{"href":556,"dataGaName":557,"dataGaLocation":552},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":559,"config":560},"ご協力をお願いします",{"href":561,"dataGaName":562,"dataGaLocation":552},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":564,"facebook":565,"youtube":566,"linkedin":567},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[569,592,646,676,711],{"title":163,"links":570,"subMenu":575},[571],{"text":572,"config":573},"DevSecOpsプラットフォーム",{"href":172,"dataGaName":574,"dataGaLocation":552},"devsecops platform",[576],{"title":283,"links":577},[578,582,587],{"text":579,"config":580},"プランの表示",{"href":285,"dataGaName":581,"dataGaLocation":552},"view plans",{"text":583,"config":584},"Premiumを選ぶ理由",{"href":585,"dataGaName":586,"dataGaLocation":552},"/ja-jp/pricing/premium/","why premium",{"text":588,"config":589},"Ultimateを選ぶ理由",{"href":590,"dataGaName":591,"dataGaLocation":552},"/ja-jp/pricing/ultimate/","why ultimate",{"title":593,"links":594},"ソリューション",[595,600,603,605,610,615,619,622,625,630,632,634,636,641],{"text":596,"config":597},"デジタルトランスフォーメーション",{"href":598,"dataGaName":599,"dataGaLocation":552},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":601,"config":602},"セキュリティとコンプライアンス",{"href":225,"dataGaName":232,"dataGaLocation":552},{"text":217,"config":604},{"href":203,"dataGaName":204,"dataGaLocation":552},{"text":606,"config":607},"アジャイル開発",{"href":608,"dataGaName":609,"dataGaLocation":552},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":611,"config":612},"クラウドトランスフォーメーション",{"href":613,"dataGaName":614,"dataGaLocation":552},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":616,"config":617},"SCM",{"href":214,"dataGaName":618,"dataGaLocation":552},"source code management",{"text":17,"config":620},{"href":100,"dataGaName":621,"dataGaLocation":552},"continuous integration & delivery",{"text":255,"config":623},{"href":257,"dataGaName":624,"dataGaLocation":552},"value stream management",{"text":626,"config":627},"GitOps",{"href":628,"dataGaName":629,"dataGaLocation":552},"/ja-jp/solutions/gitops/","gitops",{"text":268,"config":631},{"href":270,"dataGaName":271,"dataGaLocation":552},{"text":273,"config":633},{"href":275,"dataGaName":276,"dataGaLocation":552},{"text":278,"config":635},{"href":280,"dataGaName":281,"dataGaLocation":552},{"text":637,"config":638},"教育",{"href":639,"dataGaName":640,"dataGaLocation":552},"/ja-jp/solutions/education/","education",{"text":642,"config":643},"金融サービス",{"href":644,"dataGaName":645,"dataGaLocation":552},"/ja-jp/solutions/finance/","financial services",{"title":288,"links":647},[648,650,652,654,657,659,662,664,666,668,670,672,674],{"text":299,"config":649},{"href":301,"dataGaName":302,"dataGaLocation":552},{"text":304,"config":651},{"href":306,"dataGaName":307,"dataGaLocation":552},{"text":309,"config":653},{"href":311,"dataGaName":312,"dataGaLocation":552},{"text":314,"config":655},{"href":316,"dataGaName":656,"dataGaLocation":552},"docs",{"text":337,"config":658},{"href":339,"dataGaName":340},{"text":660,"config":661},"お客様の成功事例",{"href":334,"dataGaLocation":552},{"text":332,"config":663},{"href":334,"dataGaName":335,"dataGaLocation":552},{"text":342,"config":665},{"href":344,"dataGaName":345,"dataGaLocation":552},{"text":350,"config":667},{"href":352,"dataGaName":353,"dataGaLocation":552},{"text":355,"config":669},{"href":357,"dataGaName":358,"dataGaLocation":552},{"text":360,"config":671},{"href":362,"dataGaName":363,"dataGaLocation":552},{"text":365,"config":673},{"href":367,"dataGaName":368,"dataGaLocation":552},{"text":370,"config":675},{"href":372,"dataGaName":373,"dataGaLocation":552},{"title":677,"links":678},"Company",[679,681,683,685,687,689,691,695,700,702,704,706],{"text":395,"config":680},{"href":397,"dataGaName":390,"dataGaLocation":552},{"text":400,"config":682},{"href":402,"dataGaName":403,"dataGaLocation":552},{"text":408,"config":684},{"href":410,"dataGaName":411,"dataGaLocation":552},{"text":413,"config":686},{"href":415,"dataGaName":416,"dataGaLocation":552},{"text":418,"config":688},{"href":420,"dataGaName":421,"dataGaLocation":552},{"text":423,"config":690},{"href":425,"dataGaName":426,"dataGaLocation":552},{"text":692,"config":693},"Sustainability",{"href":694,"dataGaName":692,"dataGaLocation":552},"/sustainability/",{"text":696,"config":697},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":698,"dataGaName":699,"dataGaLocation":552},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":428,"config":701},{"href":430,"dataGaName":431,"dataGaLocation":552},{"text":438,"config":703},{"href":440,"dataGaName":441,"dataGaLocation":552},{"text":443,"config":705},{"href":445,"dataGaName":446,"dataGaLocation":552},{"text":707,"config":708},"現代奴隷制の透明性に関する声明",{"href":709,"dataGaName":710,"dataGaLocation":552},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":152,"links":712},[713,715,720,722,727,732,737],{"text":152,"config":714},{"href":154,"dataGaName":155,"dataGaLocation":552},{"text":716,"config":717},"サポートを受ける",{"href":718,"dataGaName":719,"dataGaLocation":552},"https://support.gitlab.com/hc/en-us/articles/11626483177756-GitLab-Support","get help",{"text":461,"config":721},{"href":463,"dataGaName":464,"dataGaLocation":552},{"text":723,"config":724},"ステータス",{"href":725,"dataGaName":726,"dataGaLocation":552},"https://status.gitlab.com/","status",{"text":728,"config":729},"利用規約",{"href":730,"dataGaName":731,"dataGaLocation":552},"/terms/","terms of use",{"text":733,"config":734},"プライバシーに関する声明",{"href":735,"dataGaName":736,"dataGaLocation":552},"/ja-jp/privacy/","privacy statement",{"text":738,"config":739},"Cookieの設定",{"dataGaName":740,"dataGaLocation":552,"id":741,"isOneTrustButton":133},"cookie preferences","ot-sdk-btn",{"items":743},[744,746,748],{"text":728,"config":745},{"href":730,"dataGaName":731,"dataGaLocation":552},{"text":733,"config":747},{"href":735,"dataGaName":736,"dataGaLocation":552},{"text":738,"config":749},{"dataGaName":740,"dataGaLocation":552,"id":741,"isOneTrustButton":133},{"header":751,"blurb":752,"button":753,"secondaryButton":757},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":147,"config":754},{"href":755,"dataGaName":150,"dataGaLocation":756},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":152,"config":758},{"href":154,"dataGaName":155,"dataGaLocation":756},1776438131332]