[{"data":1,"prerenderedAt":864},["ShallowReactive",2],{"/ja-jp/topics/continuous-delivery":3,"navigation-ja-jp":178,"banner-ja-jp":605,"footer-ja-jp":613,"next-steps-ja-jp":855},{"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},"/ja-jp/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},"/ja-jp/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","SpOMRU88GfYl3M26qvyiiG8OEtBKPxvUlTQmP6NfB4Q",{"logo":179,"freeTrial":184,"sales":189,"login":194,"items":199,"search":525,"minimal":558,"duo":575,"switchNav":584,"pricingDeployment":595},{"config":180},{"href":181,"dataGaName":182,"dataGaLocation":183},"/ja-jp/","gitlab logo","header",{"text":185,"config":186},"無料トライアルを開始",{"href":187,"dataGaName":188,"dataGaLocation":183},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":190,"config":191},"デモをリクエスト",{"href":192,"dataGaName":193,"dataGaLocation":183},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":195,"config":196},"サインイン",{"href":197,"dataGaName":198,"dataGaLocation":183},"https://gitlab.com/users/sign_in/","sign in",[200,228,330,335,447,503],{"text":201,"config":202,"menu":204},"プラットフォーム",{"dataNavLevelOne":203},"platform",{"type":205,"columns":206},"cards",[207,213,221],{"title":201,"description":208,"link":209},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":210,"config":211},"プラットフォームの詳細はこちら",{"href":212,"dataGaName":203,"dataGaLocation":183},"/ja-jp/platform/",{"title":214,"description":215,"link":216},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":217,"config":218},"GitLab Duoのご紹介",{"href":219,"dataGaName":220,"dataGaLocation":183},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":222,"description":223,"link":224},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":120,"config":225},{"href":226,"dataGaName":227,"dataGaLocation":183},"/ja-jp/why-gitlab/","why gitlab",{"text":229,"left":172,"config":230,"menu":232},"製品",{"dataNavLevelOne":231},"solutions",{"type":233,"link":234,"columns":238,"feature":309},"lists",{"text":235,"config":236},"すべてのソリューションを表示",{"href":237,"dataGaName":231,"dataGaLocation":183},"/ja-jp/solutions/",[239,264,287],{"title":240,"description":241,"link":242,"items":247},"自動化","CI/CDと自動化でデプロイを加速",{"config":243},{"icon":244,"href":245,"dataGaName":246,"dataGaLocation":183},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[248,252,255,260],{"text":249,"config":250},"CI/CD",{"href":251,"dataGaLocation":183,"dataGaName":249},"/ja-jp/solutions/continuous-integration/",{"text":214,"config":253},{"href":219,"dataGaLocation":183,"dataGaName":254},"gitlab duo agent platform - product menu",{"text":256,"config":257},"ソースコード管理",{"href":258,"dataGaLocation":183,"dataGaName":259},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":261,"config":262},"自動化されたソフトウェアデリバリー",{"href":245,"dataGaLocation":183,"dataGaName":263},"Automated software delivery",{"title":265,"description":266,"link":267,"items":272},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":268},{"href":269,"dataGaName":270,"dataGaLocation":183,"icon":271},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[273,277,282],{"text":274,"config":275},"アプリケーションセキュリティテスト",{"href":269,"dataGaName":276,"dataGaLocation":183},"Application security testing",{"text":278,"config":279},"ソフトウェアサプライチェーンセキュリティ",{"href":280,"dataGaLocation":183,"dataGaName":281},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":283,"config":284},"ソフトウェアコンプライアンス",{"href":285,"dataGaName":286,"dataGaLocation":183},"/ja-jp/solutions/software-compliance/","software compliance",{"title":288,"link":289,"items":294},"測定",{"config":290},{"icon":291,"href":292,"dataGaName":293,"dataGaLocation":183},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[295,299,304],{"text":296,"config":297},"可視性と測定",{"href":292,"dataGaLocation":183,"dataGaName":298},"Visibility and Measurement",{"text":300,"config":301},"バリューストリーム管理",{"href":302,"dataGaLocation":183,"dataGaName":303},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":305,"config":306},"分析とインサイト",{"href":307,"dataGaLocation":183,"dataGaName":308},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":310,"type":233,"items":311},"GitLabが活躍する場所",[312,318,324],{"text":313,"config":314},"大企業",{"icon":315,"href":316,"dataGaLocation":183,"dataGaName":317},"Building","/ja-jp/enterprise/","enterprise",{"text":319,"config":320},"スモールビジネス",{"icon":321,"href":322,"dataGaLocation":183,"dataGaName":323},"Work","/ja-jp/small-business/","small business",{"text":325,"config":326},"公共部門",{"icon":327,"href":328,"dataGaLocation":183,"dataGaName":329},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":331,"config":332},"価格",{"href":333,"dataGaName":334,"dataGaLocation":183,"dataNavLevelOne":334},"/ja-jp/pricing/","pricing",{"text":336,"config":337,"menu":338},"関連リソース",{"dataNavLevelOne":111},{"type":233,"link":339,"columns":343,"feature":436},{"text":340,"config":341},"すべてのリソースを表示",{"href":342,"dataGaName":111,"dataGaLocation":183},"/ja-jp/resources/",[344,377,403],{"title":345,"items":346},"はじめに",[347,352,357,362,367,372],{"text":348,"config":349},"インストール",{"href":350,"dataGaName":351,"dataGaLocation":183},"/ja-jp/install/","install",{"text":353,"config":354},"クイックスタートガイド",{"href":355,"dataGaName":356,"dataGaLocation":183},"/ja-jp/get-started/","quick setup checklists",{"text":358,"config":359},"学ぶ",{"href":360,"dataGaLocation":183,"dataGaName":361},"https://university.gitlab.com/","learn",{"text":363,"config":364},"製品ドキュメント",{"href":365,"dataGaName":366,"dataGaLocation":183},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":368,"config":369},"ベストプラクティスビデオ",{"href":370,"dataGaName":371,"dataGaLocation":183},"/ja-jp/getting-started-videos/","best practice videos",{"text":373,"config":374},"インテグレーション",{"href":375,"dataGaName":376,"dataGaLocation":183},"/ja-jp/integrations/","integrations",{"title":378,"items":379},"検索する",[380,385,389,394,398],{"text":381,"config":382},"お客様成功事例",{"href":383,"dataGaName":384,"dataGaLocation":183},"/ja-jp/customers/","customer success stories",{"text":136,"config":386},{"href":387,"dataGaName":388,"dataGaLocation":183},"/ja-jp/blog/","blog",{"text":390,"config":391},"Demo Hub",{"href":392,"dataGaName":393,"dataGaLocation":183},"/ja-jp/demo-hub/","demo hub",{"text":395,"config":396},"The Source",{"href":397,"dataGaName":388,"dataGaLocation":183},"/ja-jp/the-source/",{"text":399,"config":400},"リモート",{"href":401,"dataGaName":402,"dataGaLocation":183},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":404,"items":405},"つなげる",[406,411,416,421,426,431],{"text":407,"config":408},"GitLabサービス",{"href":409,"dataGaName":410,"dataGaLocation":183},"/ja-jp/services/","services",{"text":412,"config":413},"コントリビュート",{"href":414,"dataGaName":415,"dataGaLocation":183},"https://contributors.gitlab.com","contribute",{"text":417,"config":418},"コミュニティ",{"href":419,"dataGaName":420,"dataGaLocation":183},"/community/","community",{"text":422,"config":423},"フォーラム",{"href":424,"dataGaName":425,"dataGaLocation":183},"https://forum.gitlab.com/","forum",{"text":427,"config":428},"イベント",{"href":429,"dataGaName":430,"dataGaLocation":183},"/events/","events",{"text":432,"config":433},"パートナー",{"href":434,"dataGaName":435,"dataGaLocation":183},"/ja-jp/partners/","partners",{"config":437,"title":440,"text":441,"link":442},{"background":438,"textColor":439},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":443,"config":444},"最新情報を読む",{"href":445,"dataGaName":446,"dataGaLocation":183},"/ja-jp/whats-new/","whats new",{"text":448,"config":449,"menu":451},"企業情報",{"dataNavLevelOne":450},"company",{"type":233,"columns":452},[453],{"items":454},[455,460,466,468,473,478,483,488,493,498],{"text":456,"config":457},"GitLabについて",{"href":458,"dataGaName":459,"dataGaLocation":183},"/ja-jp/company/","about",{"text":461,"config":462,"footerGa":465},"採用情報",{"href":463,"dataGaName":464,"dataGaLocation":183},"/jobs/","jobs",{"dataGaName":464},{"text":427,"config":467},{"href":429,"dataGaName":430,"dataGaLocation":183},{"text":469,"config":470},"経営陣",{"href":471,"dataGaName":472,"dataGaLocation":183},"/company/team/e-group/","leadership",{"text":474,"config":475},"ハンドブック",{"href":476,"dataGaName":477,"dataGaLocation":183},"https://handbook.gitlab.com/","handbook",{"text":479,"config":480},"投資家向け情報",{"href":481,"dataGaName":482,"dataGaLocation":183},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":484,"config":485},"トラストセンター",{"href":486,"dataGaName":487,"dataGaLocation":183},"/ja-jp/security/","trust center",{"text":489,"config":490},"AI Transparency Center",{"href":491,"dataGaName":492,"dataGaLocation":183},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":494,"config":495},"ニュースレター",{"href":496,"dataGaName":497,"dataGaLocation":183},"/company/contact/#contact-forms","newsletter",{"text":499,"config":500},"プレス",{"href":501,"dataGaName":502,"dataGaLocation":183},"/press/","press",{"text":504,"config":505,"menu":506},"お問い合わせ",{"dataNavLevelOne":450},{"type":233,"columns":507},[508],{"items":509},[510,515,520],{"text":511,"config":512},"お問い合わせはこちら",{"href":513,"dataGaName":514,"dataGaLocation":183},"/ja-jp/sales/","talk to sales",{"text":516,"config":517},"サポートを受ける",{"href":518,"dataGaName":519,"dataGaLocation":183},"https://support.gitlab.com/hc/en-us","support portal",{"text":521,"config":522},"カスタマーポータル",{"href":523,"dataGaName":524,"dataGaLocation":183},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":526,"login":527,"suggestions":534},"閉じる",{"text":528,"link":529},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":530,"config":531},"GitLab.com",{"href":197,"dataGaName":532,"dataGaLocation":533},"search login","search",{"text":535,"default":536},"提案",[537,539,544,546,550,554],{"text":214,"config":538},{"href":219,"dataGaName":214,"dataGaLocation":533},{"text":540,"config":541},"コード提案（AI）",{"href":542,"dataGaName":543,"dataGaLocation":533},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":249,"config":545},{"href":251,"dataGaName":249,"dataGaLocation":533},{"text":547,"config":548},"GitLab on AWS",{"href":549,"dataGaName":547,"dataGaLocation":533},"/ja-jp/partners/technology-partners/aws/",{"text":551,"config":552},"GitLab on Google Cloud",{"href":553,"dataGaName":551,"dataGaLocation":533},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":555,"config":556},"GitLabを選ぶ理由",{"href":226,"dataGaName":557,"dataGaLocation":533},"Why GitLab?",{"freeTrial":559,"mobileIcon":563,"desktopIcon":568,"secondaryButton":571},{"text":185,"config":560},{"href":561,"dataGaName":188,"dataGaLocation":562},"https://gitlab.com/-/trials/new/","nav",{"altText":564,"config":565},"GitLabアイコン",{"src":566,"dataGaName":567,"dataGaLocation":562},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":564,"config":569},{"src":570,"dataGaName":567,"dataGaLocation":562},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":345,"config":572},{"href":573,"dataGaName":574,"dataGaLocation":562},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":576,"mobileIcon":580,"desktopIcon":582},{"text":577,"config":578},"GitLab Duoの詳細について",{"href":219,"dataGaName":579,"dataGaLocation":562},"gitlab duo",{"altText":564,"config":581},{"src":566,"dataGaName":567,"dataGaLocation":562},{"altText":564,"config":583},{"src":570,"dataGaName":567,"dataGaLocation":562},{"button":585,"mobileIcon":590,"desktopIcon":592},{"text":586,"config":587},"/switch",{"href":588,"dataGaName":589,"dataGaLocation":562},"#contact","switch",{"altText":564,"config":591},{"src":566,"dataGaName":567,"dataGaLocation":562},{"altText":564,"config":593},{"src":594,"dataGaName":567,"dataGaLocation":562},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":596,"mobileIcon":601,"desktopIcon":603},{"text":597,"config":598},"料金ページに戻る",{"href":333,"dataGaName":599,"dataGaLocation":562,"icon":600},"back to pricing","GoBack",{"altText":564,"config":602},{"src":566,"dataGaName":567,"dataGaLocation":562},{"altText":564,"config":604},{"src":570,"dataGaName":567,"dataGaLocation":562},{"title":606,"button":607,"config":611},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":120,"config":608},{"href":609,"dataGaName":610,"dataGaLocation":183},"/ja-jp/gitlab-orbit/","orbit",{"layout":612,"disabled":24},"release",{"data":614},{"text":615,"source":616,"edit":622,"contribute":627,"config":632,"items":637,"minimal":846},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":617,"config":618},"ページのソースを表示",{"href":619,"dataGaName":620,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":623,"config":624},"このページを編集",{"href":625,"dataGaName":626,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":628,"config":629},"ご協力をお願いします",{"href":630,"dataGaName":631,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":633,"facebook":634,"youtube":635,"linkedin":636},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[638,683,736,779,813],{"title":331,"links":639,"subMenu":654},[640,644,649],{"text":641,"config":642},"プランの表示",{"href":333,"dataGaName":643,"dataGaLocation":621},"view plans",{"text":645,"config":646},"Premiumを選ぶ理由",{"href":647,"dataGaName":648,"dataGaLocation":621},"/ja-jp/pricing/premium/","why premium",{"text":650,"config":651},"Ultimateを選ぶ理由",{"href":652,"dataGaName":653,"dataGaLocation":621},"/ja-jp/pricing/ultimate/","why ultimate",[655],{"title":504,"links":656},[657,659,661,663,668,673,678],{"text":504,"config":658},{"href":513,"dataGaName":193,"dataGaLocation":621},{"text":516,"config":660},{"href":518,"dataGaName":519,"dataGaLocation":621},{"text":521,"config":662},{"href":523,"dataGaName":524,"dataGaLocation":621},{"text":664,"config":665},"ステータス",{"href":666,"dataGaName":667,"dataGaLocation":621},"https://status.gitlab.com/","status",{"text":669,"config":670},"利用規約",{"href":671,"dataGaName":672,"dataGaLocation":621},"/terms/","terms of use",{"text":674,"config":675},"プライバシーに関する声明",{"href":676,"dataGaName":677,"dataGaLocation":621},"/ja-jp/privacy/","privacy statement",{"text":679,"config":680},"Cookie 優先設定",{"dataGaName":681,"dataGaLocation":621,"id":682,"isOneTrustButton":172},"cookie preferences","ot-sdk-btn",{"title":229,"links":684,"subMenu":693},[685,689],{"text":686,"config":687},"DevSecOpsプラットフォーム",{"href":212,"dataGaName":688,"dataGaLocation":621},"devsecops platform",{"text":690,"config":691},"AI支援開発",{"href":219,"dataGaName":692,"dataGaLocation":621},"ai-assisted development",[694],{"title":695,"links":696},"トピック",[697,701,706,711,716,721,726,731],{"text":249,"config":698},{"href":699,"dataGaName":700,"dataGaLocation":621},"/ja-jp/topics/ci-cd/","cicd",{"text":702,"config":703},"GitOps",{"href":704,"dataGaName":705,"dataGaLocation":621},"/ja-jp/topics/gitops/","gitops",{"text":707,"config":708},"DevOps",{"href":709,"dataGaName":710,"dataGaLocation":621},"/ja-jp/topics/devops/","devops",{"text":712,"config":713},"バージョン管理",{"href":714,"dataGaName":715,"dataGaLocation":621},"/ja-jp/topics/version-control/","version control",{"text":717,"config":718},"DevSecOps",{"href":719,"dataGaName":720,"dataGaLocation":621},"/ja-jp/topics/devsecops/","devsecops",{"text":722,"config":723},"クラウドネイティブ",{"href":724,"dataGaName":725,"dataGaLocation":621},"/ja-jp/topics/cloud-native/","cloud native",{"text":727,"config":728},"コーディングのためのAI",{"href":729,"dataGaName":730,"dataGaLocation":621},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":732,"config":733},"エージェント型AI",{"href":734,"dataGaName":735,"dataGaLocation":621},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":737,"links":738},"ソリューション",[739,742,744,749,753,756,759,762,764,766,769,774],{"text":274,"config":740},{"href":269,"dataGaName":741,"dataGaLocation":621},"Application Security Testing",{"text":261,"config":743},{"href":245,"dataGaName":246,"dataGaLocation":621},{"text":745,"config":746},"アジャイル開発",{"href":747,"dataGaName":748,"dataGaLocation":621},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":750,"config":751},"SCM",{"href":258,"dataGaName":752,"dataGaLocation":621},"source code management",{"text":249,"config":754},{"href":251,"dataGaName":755,"dataGaLocation":621},"continuous integration & delivery",{"text":300,"config":757},{"href":302,"dataGaName":758,"dataGaLocation":621},"value stream management",{"text":702,"config":760},{"href":761,"dataGaName":705,"dataGaLocation":621},"/ja-jp/solutions/gitops/",{"text":313,"config":763},{"href":316,"dataGaName":317,"dataGaLocation":621},{"text":319,"config":765},{"href":322,"dataGaName":323,"dataGaLocation":621},{"text":767,"config":768},"公共機関",{"href":328,"dataGaName":329,"dataGaLocation":621},{"text":770,"config":771},"教育",{"href":772,"dataGaName":773,"dataGaLocation":621},"/ja-jp/solutions/education/","education",{"text":775,"config":776},"金融サービス",{"href":777,"dataGaName":778,"dataGaLocation":621},"/ja-jp/solutions/finance/","financial services",{"title":780,"links":781},"リソース",[782,784,786,788,792,794,797,799,801,803,805,807,809,811],{"text":348,"config":783},{"href":350,"dataGaName":351,"dataGaLocation":621},{"text":353,"config":785},{"href":355,"dataGaName":356,"dataGaLocation":621},{"text":358,"config":787},{"href":360,"dataGaName":361,"dataGaLocation":621},{"text":363,"config":789},{"href":790,"dataGaName":791,"dataGaLocation":621},"https://docs.gitlab.com/ja-jp","docs",{"text":136,"config":793},{"href":387,"dataGaName":388,"dataGaLocation":621},{"text":795,"config":796},"最新リリース",{"href":445,"dataGaName":446,"dataGaLocation":621},{"text":381,"config":798},{"href":383,"dataGaName":384,"dataGaLocation":621},{"text":399,"config":800},{"href":401,"dataGaName":402,"dataGaLocation":621},{"text":407,"config":802},{"href":409,"dataGaName":410,"dataGaLocation":621},{"text":412,"config":804},{"href":414,"dataGaName":415,"dataGaLocation":621},{"text":417,"config":806},{"href":419,"dataGaName":420,"dataGaLocation":621},{"text":422,"config":808},{"href":424,"dataGaName":425,"dataGaLocation":621},{"text":427,"config":810},{"href":429,"dataGaName":430,"dataGaLocation":621},{"text":432,"config":812},{"href":434,"dataGaName":435,"dataGaLocation":621},{"title":814,"links":815},"会社情報",[816,818,820,822,824,826,830,835,837,839,841],{"text":456,"config":817},{"href":458,"dataGaName":450,"dataGaLocation":621},{"text":461,"config":819},{"href":463,"dataGaName":464,"dataGaLocation":621},{"text":469,"config":821},{"href":471,"dataGaName":472,"dataGaLocation":621},{"text":474,"config":823},{"href":476,"dataGaName":477,"dataGaLocation":621},{"text":479,"config":825},{"href":481,"dataGaName":482,"dataGaLocation":621},{"text":827,"config":828},"Sustainability",{"href":829,"dataGaName":827,"dataGaLocation":621},"/sustainability/",{"text":831,"config":832},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":833,"dataGaName":834,"dataGaLocation":621},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":484,"config":836},{"href":486,"dataGaName":487,"dataGaLocation":621},{"text":494,"config":838},{"href":496,"dataGaName":497,"dataGaLocation":621},{"text":499,"config":840},{"href":501,"dataGaName":502,"dataGaLocation":621},{"text":842,"config":843},"現代奴隷制の透明性に関する声明",{"href":844,"dataGaName":845,"dataGaLocation":621},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":847},[848,850,853],{"text":669,"config":849},{"href":671,"dataGaName":672,"dataGaLocation":621},{"text":851,"config":852},"Cookieの設定",{"dataGaName":681,"dataGaLocation":621,"id":682,"isOneTrustButton":172},{"text":674,"config":854},{"href":676,"dataGaName":677,"dataGaLocation":621},{"header":856,"blurb":857,"button":858,"secondaryButton":862},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":185,"config":859},{"href":860,"dataGaName":188,"dataGaLocation":861},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":504,"config":863},{"href":513,"dataGaName":193,"dataGaLocation":861},1786803794896]