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