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