[{"data":1,"prerenderedAt":966},["ShallowReactive",2],{"/en-us/topics/ci-cd/pipeline-as-code":3,"navigation-en-us":175,"banner-en-us":601,"footer-en-us":618,"next-steps-en-us":861,"footer-source-/en-us/topics/ci-cd/pipeline-as-code/":876},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":169,"_type":170,"title":7,"_source":171,"_file":172,"_stem":173,"_extension":174},"/en-us/topics/ci-cd/pipeline-as-code","ci-cd",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":10},"What is pipeline as code?","Discover the benefits of pipeline as code which uses source code, like Git, to create continuous integration pipelines, configure builds, and automate tests!",[12,26,32,75,97,167],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/topics/ci-cd/",{"title":25},"Pipeline as code",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"Pipeline as code is a practice of defining deployment pipelines through source code, such as Git. Pipeline as code is part of a larger “as code” movement that includes infrastructure as code.\n",{"id":31,"twoColumns":6},"what-is-pipeline-as-code?",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":49},{"text":36,"data":37},"On this page",[38,41,45],{"text":25,"config":39},{"href":40},"#pipeline-as-code",{"text":42,"config":43},"Benefits of pipeline as code",{"href":44},"#benefits-of-pipeline-as-code",{"text":46,"config":47},"Conclusion",{"href":48},"#conclusion",[50,56,62,67],{"type":51,"componentName":51,"componentContent":52},"TopicsCopy",{"header":25,"text":53,"config":54},"\nWith pipeline as code, teams can configure builds, tests, and deployment in code that is trackable and stored in a centralized source repository. \n\nTeams can use a declarative [YAML](https://about.gitlab.com/blog/three-yaml-tips-better-pipelines/) approach or a vendor-specific programming language, such as Jenkins and Groovy, but the premise remains the same.\n\nA pipeline as code file specifies the stages, jobs, and actions for a pipeline to perform. Because the file is versioned, changes in pipeline code can be tested in branches with the corresponding application release.\n\nThe pipeline as code model of creating [continuous integration pipelines](https://about.gitlab.com/blog/guide-to-ci-cd-pipelines/) is an industry best practice, but deployment pipelines used to be created very differently.\n\nEarly in [continuous integration](/topics/ci-cd/), deployment pipelines were set up as point-and-click or through a graphical user interface (GUI). This presented several challenges:\n\n* Auditing was limited to what was already built-in\n\n* Developers were unable to collaborate\n\n* Troubleshooting problems was difficult\n\n* Difficult to rollback changes to the last known configuration\n\n* Pipelines prone to breaking\n\n\n",{"id":55},"pipeline-as-code",{"type":51,"componentName":51,"componentContent":57},{"text":58,"header":59,"config":60},"The pipeline as code model corrected many of these pain points and offered the flexibility teams needed to execute efficiently.\n\nPipeline as code comes with many of the [same benefits](https://martinfowler.com/bliki/InfrastructureAsCode.html) the other \"as code\" models have, such as:\n\n* **[Version control](https://about.gitlab.com/topics/version-control/):** Changes are trackable and teams can rollback to previous configurations.\n\n* **Audit trails:** Developers can see when changes were made to the source code and why.\n\n* **Ease of collaboration:** Code is available and visible for improvements, suggestions, and updates.\n\n* **Knowledge sharing:** Developers can share best practices, import templates, and link code snippets so teams can learn from each other.\n\n### Pipeline as code also has operational and practical benefits:\n\n* CI pipelines and application code are stored in the same source repository. All the information teams need is located in the same place.\n\n* Developers can make changes without additional permissions and can work in the tools they're already using.\n\n* Teams can collaborate more efficiently. Keeping information accessible means teams can collaborate and then act on their decisions.\n\n* Pipeline changes go through a code review process, avoiding any break in the pipeline integration.\n\n* Deployment pipelines are in a version control system independent of continuous integration tools. Pipelines can be restored if the continuous integration system goes down. If a team wants to switch CI tools later on, pipelines can be moved into a new system.\n\nThe pipeline as code model creates automated processes that help developers build applications more efficiently. Having everything documented in a [source repository](https://docs.gitlab.com/ee/user/project/repository/) allows for greater visibility and collaboration so that everyone can continually improve processes.\n\n### Get started with CI/CD {#get-started-with-cicd}\n\n\u003Ciframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/sIegJaLy2ug\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen>\u003C/iframe>","What are the benefits of pipeline as code?",{"id":61},"benefits-of-pipeline-as-code",{"type":51,"componentName":51,"componentContent":63},{"header":46,"text":64,"config":65},"The adoption of pipeline as code significantly enhances the development process, especially for DevOps teams. By configuring entire deployment pipelines within code repositories, this approach not only simplifies management but also fosters a more collaborative and transparent environment. The version control features inherent to pipeline as code allow for thorough auditing and easy rollback to previous configurations, enhancing both security and reliability.\n\nThrough this practice, teams can efficiently navigate their development cycles, ensuring that each stage of pipeline development and deployment is robust and well-documented, leading to more streamlined and error-resistant operations.\n",{"id":66},"conclusion",{"type":68,"componentName":68,"componentContent":69},"TopicsCallToAction",{"title":70,"primaryButton":71},"What is Auto DevOps?",{"text":72,"config":73},"Learn more",{"href":74},"https://docs.gitlab.com/ee/topics/autodevops/",{"type":76,"componentName":76,"componentContent":77},"CommonFaq",{"header":78,"groups":79},"Frequently Asked Questions",[80],{"questions":81},[82,85,88,91,94],{"question":83,"answer":84},"What is pipeline as code and how does it work?","Pipeline as code is a practice of defining deployment pipelines through source code stored in centralized repositories like Git. Teams configure builds, tests, and deployment in trackable code using declarative YAML or vendor-specific programming languages. Pipeline files specify stages, jobs, and actions, with versioned changes testable in branches alongside corresponding application releases.",{"question":86,"answer":87},"What problems did early GUI-based pipeline creation cause for development teams?","Early continuous integration used point-and-click or graphical user interfaces that presented several challenges. These included limited auditing to only built-in capabilities, inability for developers to collaborate on pipeline configuration, difficult troubleshooting of problems, impossible rollback to last known configurations, and pipelines that were prone to breaking.",{"question":89,"answer":90},"What are the main benefits of implementing pipeline as code?","Pipeline as code provides version control for trackable changes with rollback capabilities, audit trails showing when and why changes were made, ease of collaboration with visible and accessible code, and knowledge sharing through best practices, imported templates, and linked code snippets for team learning.",{"question":92,"answer":93},"How does pipeline as code improve operational efficiency for development teams?","Operational benefits include storing CI pipelines and application code in the same source repository for centralized information, enabling developers to make changes without additional permissions in familiar tools, facilitating efficient team collaboration with accessible information, implementing code review processes for pipeline changes to avoid breaks, and maintaining deployment pipelines independent of CI tools for system restoration.",{"question":95,"answer":96},"Why is pipeline as code considered an industry best practice for CI/CD?","Pipeline as code corrects pain points from GUI-based approaches by offering flexibility teams need for efficient execution. The model creates automated processes helping developers build applications more efficiently, with everything documented in source repositories for greater visibility and collaboration, enabling continuous process improvement.",{"type":98,"componentName":98,"componentContent":99},"CommonResourcesContainer",{"header":100,"tabs":101},"Suggested Content",[102],{"name":103,"items":104,"config":166},"resources",[105,114,123,131,141,150,158],{"header":106,"type":107,"image":108,"link":111},"Mastering continuous software development","Webcast",{"altText":106,"config":109},{"src":110},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159368/Website/Topics/drupalassoc_cover.jpg",{"text":72,"config":112},{"href":113,"icon":107,"modal":6},"/webcast/mastering-ci-cd/",{"header":115,"type":116,"image":117,"link":120},"Scaled continuous integration and delivery","Whitepapers",{"altText":115,"config":118},{"src":119},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159377/Website/Topics/covermga.jpg",{"text":72,"config":121},{"href":122,"icon":116,"modal":6},"/resources/scaled-ci-cd/",{"header":124,"type":116,"image":125,"link":128},"The benefits of single application CI/CD",{"altText":124,"config":126},{"src":127},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159360/Website/Topics/cover_image_regenhu.jpg",{"text":72,"config":129},{"href":130,"icon":116,"modal":6},"/resources/ebook-single-app-cicd/",{"header":132,"type":133,"image":134,"link":137},"How Paessler deploys up to 50 times daily with GitLab Premium","Case Study",{"altText":132,"config":135},{"src":136},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159386/Website/Topics/paessler-case-study-image.png",{"text":72,"config":138},{"href":139,"icon":140,"modal":6},"/customers/paessler-prtg/","CaseStudy",{"header":142,"type":143,"image":144,"link":147},"How to streamline interactions between multiple repositories with multi-project pipelines","Web",{"altText":142,"config":145},{"src":146},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159343/Website/Topics/customers-link.jpg",{"text":72,"config":148},{"href":149,"icon":143,"modal":6},"/blog/use-multiproject-pipelines-with-gitlab-cicd/",{"header":151,"type":143,"image":152,"link":155},"4 Benefits of CI/CD",{"altText":151,"config":153},{"src":154},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159401/Website/Topics/hotjar.jpg",{"text":72,"config":156},{"href":157,"icon":143,"modal":6},"/blog/positive-outcomes-ci-cd/",{"header":159,"type":143,"image":160,"link":163},"The business impact of CI/CD",{"altText":159,"config":161},{"src":162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158563/Website/Topics/modernize-cicd.jpg",{"text":72,"config":164},{"href":165,"icon":143,"modal":6},"/blog/business-impact-ci-cd/",{"key":103},{"type":168,"componentName":168},"CommonNextSteps","content:en-us:topics:ci-cd:pipeline-as-code:index.yml","yaml","content","en-us/topics/ci-cd/pipeline-as-code/index.yml","en-us/topics/ci-cd/pipeline-as-code/index","yml",{"_path":176,"_dir":177,"_draft":6,"_partial":6,"_locale":7,"data":178,"_id":597,"_type":170,"title":598,"_source":171,"_file":599,"_stem":600,"_extension":174},"/shared/en-us/main-navigation","en-us",{"logo":179,"freeTrial":184,"sales":189,"login":194,"items":199,"search":528,"minimal":559,"duo":578,"pricingDeployment":587},{"config":180},{"href":181,"dataGaName":182,"dataGaLocation":183},"/","gitlab logo","header",{"text":185,"config":186},"Get free trial",{"href":187,"dataGaName":188,"dataGaLocation":183},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":190,"config":191},"Talk to sales",{"href":192,"dataGaName":193,"dataGaLocation":183},"/sales/","sales",{"text":195,"config":196},"Sign in",{"href":197,"dataGaName":198,"dataGaLocation":183},"https://gitlab.com/users/sign_in/","sign in",[200,243,339,344,449,509],{"text":201,"config":202,"cards":204,"footer":226},"Platform",{"dataNavLevelOne":203},"platform",[205,211,219],{"title":201,"description":206,"link":207},"The most comprehensive AI-powered DevSecOps Platform",{"text":208,"config":209},"Explore our Platform",{"href":210,"dataGaName":203,"dataGaLocation":183},"/platform/",{"title":212,"description":213,"link":214},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":215,"config":216},"Meet GitLab Duo",{"href":217,"dataGaName":218,"dataGaLocation":183},"/gitlab-duo/","gitlab duo ai",{"title":220,"description":221,"link":222},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":72,"config":223},{"href":224,"dataGaName":225,"dataGaLocation":183},"/why-gitlab/","why gitlab",{"title":227,"items":228},"Get started with",[229,234,239],{"text":230,"config":231},"Platform Engineering",{"href":232,"dataGaName":233,"dataGaLocation":183},"/solutions/platform-engineering/","platform engineering",{"text":235,"config":236},"Developer Experience",{"href":237,"dataGaName":238,"dataGaLocation":183},"/developer-experience/","Developer experience",{"text":240,"config":241},"MLOps",{"href":242,"dataGaName":240,"dataGaLocation":183},"/topics/devops/the-role-of-ai-in-devops/",{"text":244,"left":245,"config":246,"link":248,"lists":252,"footer":321},"Product",true,{"dataNavLevelOne":247},"solutions",{"text":249,"config":250},"View all Solutions",{"href":251,"dataGaName":247,"dataGaLocation":183},"/solutions/",[253,277,300],{"title":254,"description":255,"link":256,"items":261},"Automation","CI/CD and automation to accelerate deployment",{"config":257},{"icon":258,"href":259,"dataGaName":260,"dataGaLocation":183},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[262,265,269,273],{"text":21,"config":263},{"href":264,"dataGaLocation":183,"dataGaName":21},"/solutions/continuous-integration/",{"text":266,"config":267},"AI-Assisted Development",{"href":217,"dataGaLocation":183,"dataGaName":268},"AI assisted development",{"text":270,"config":271},"Source Code Management",{"href":272,"dataGaLocation":183,"dataGaName":270},"/solutions/source-code-management/",{"text":274,"config":275},"Automated Software Delivery",{"href":259,"dataGaLocation":183,"dataGaName":276},"Automated software delivery",{"title":278,"description":279,"link":280,"items":285},"Security","Deliver code faster without compromising security",{"config":281},{"href":282,"dataGaName":283,"dataGaLocation":183,"icon":284},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[286,290,295],{"text":287,"config":288},"Application Security Testing",{"href":282,"dataGaName":289,"dataGaLocation":183},"Application security testing",{"text":291,"config":292},"Software Supply Chain Security",{"href":293,"dataGaLocation":183,"dataGaName":294},"/solutions/supply-chain/","Software supply chain security",{"text":296,"config":297},"Software Compliance",{"href":298,"dataGaName":299,"dataGaLocation":183},"/solutions/software-compliance/","software compliance",{"title":301,"link":302,"items":307},"Measurement",{"config":303},{"icon":304,"href":305,"dataGaName":306,"dataGaLocation":183},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[308,312,316],{"text":309,"config":310},"Visibility & Measurement",{"href":305,"dataGaLocation":183,"dataGaName":311},"Visibility and Measurement",{"text":313,"config":314},"Value Stream Management",{"href":315,"dataGaLocation":183,"dataGaName":313},"/solutions/value-stream-management/",{"text":317,"config":318},"Analytics & Insights",{"href":319,"dataGaLocation":183,"dataGaName":320},"/solutions/analytics-and-insights/","Analytics and insights",{"title":322,"items":323},"GitLab for",[324,329,334],{"text":325,"config":326},"Enterprise",{"href":327,"dataGaLocation":183,"dataGaName":328},"/enterprise/","enterprise",{"text":330,"config":331},"Small Business",{"href":332,"dataGaLocation":183,"dataGaName":333},"/small-business/","small business",{"text":335,"config":336},"Public Sector",{"href":337,"dataGaLocation":183,"dataGaName":338},"/solutions/public-sector/","public sector",{"text":340,"config":341},"Pricing",{"href":342,"dataGaName":343,"dataGaLocation":183,"dataNavLevelOne":343},"/pricing/","pricing",{"text":345,"config":346,"link":347,"lists":351,"feature":436},"Resources",{"dataNavLevelOne":103},{"text":348,"config":349},"View all resources",{"href":350,"dataGaName":103,"dataGaLocation":183},"/resources/",[352,385,408],{"title":353,"items":354},"Getting started",[355,360,365,370,375,380],{"text":356,"config":357},"Install",{"href":358,"dataGaName":359,"dataGaLocation":183},"/install/","install",{"text":361,"config":362},"Quick start guides",{"href":363,"dataGaName":364,"dataGaLocation":183},"/get-started/","quick setup checklists",{"text":366,"config":367},"Learn",{"href":368,"dataGaLocation":183,"dataGaName":369},"https://university.gitlab.com/","learn",{"text":371,"config":372},"Product documentation",{"href":373,"dataGaName":374,"dataGaLocation":183},"https://docs.gitlab.com/","product documentation",{"text":376,"config":377},"Best practice videos",{"href":378,"dataGaName":379,"dataGaLocation":183},"/getting-started-videos/","best practice videos",{"text":381,"config":382},"Integrations",{"href":383,"dataGaName":384,"dataGaLocation":183},"/integrations/","integrations",{"title":386,"items":387},"Discover",[388,393,398,403],{"text":389,"config":390},"Customer success stories",{"href":391,"dataGaName":392,"dataGaLocation":183},"/customers/","customer success stories",{"text":394,"config":395},"Blog",{"href":396,"dataGaName":397,"dataGaLocation":183},"/blog/","blog",{"text":399,"config":400},"Remote",{"href":401,"dataGaName":402,"dataGaLocation":183},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":404,"config":405},"TeamOps",{"href":406,"dataGaName":407,"dataGaLocation":183},"/teamops/","teamops",{"title":409,"items":410},"Connect",[411,416,421,426,431],{"text":412,"config":413},"GitLab Services",{"href":414,"dataGaName":415,"dataGaLocation":183},"/services/","services",{"text":417,"config":418},"Community",{"href":419,"dataGaName":420,"dataGaLocation":183},"/community/","community",{"text":422,"config":423},"Forum",{"href":424,"dataGaName":425,"dataGaLocation":183},"https://forum.gitlab.com/","forum",{"text":427,"config":428},"Events",{"href":429,"dataGaName":430,"dataGaLocation":183},"/events/","events",{"text":432,"config":433},"Partners",{"href":434,"dataGaName":435,"dataGaLocation":183},"/partners/","partners",{"backgroundColor":437,"textColor":438,"text":439,"image":440,"link":444},"#2f2a6b","#fff","Insights for the future of software development",{"altText":441,"config":442},"the source promo card",{"src":443},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":445,"config":446},"Read the latest",{"href":447,"dataGaName":448,"dataGaLocation":183},"/the-source/","the source",{"text":450,"config":451,"lists":453},"Company",{"dataNavLevelOne":452},"company",[454],{"items":455},[456,461,467,469,474,479,484,489,494,499,504],{"text":457,"config":458},"About",{"href":459,"dataGaName":460,"dataGaLocation":183},"/company/","about",{"text":462,"config":463,"footerGa":466},"Jobs",{"href":464,"dataGaName":465,"dataGaLocation":183},"/jobs/","jobs",{"dataGaName":465},{"text":427,"config":468},{"href":429,"dataGaName":430,"dataGaLocation":183},{"text":470,"config":471},"Leadership",{"href":472,"dataGaName":473,"dataGaLocation":183},"/company/team/e-group/","leadership",{"text":475,"config":476},"Team",{"href":477,"dataGaName":478,"dataGaLocation":183},"/company/team/","team",{"text":480,"config":481},"Handbook",{"href":482,"dataGaName":483,"dataGaLocation":183},"https://handbook.gitlab.com/","handbook",{"text":485,"config":486},"Investor relations",{"href":487,"dataGaName":488,"dataGaLocation":183},"https://ir.gitlab.com/","investor relations",{"text":490,"config":491},"Trust Center",{"href":492,"dataGaName":493,"dataGaLocation":183},"/security/","trust center",{"text":495,"config":496},"AI Transparency Center",{"href":497,"dataGaName":498,"dataGaLocation":183},"/ai-transparency-center/","ai transparency center",{"text":500,"config":501},"Newsletter",{"href":502,"dataGaName":503,"dataGaLocation":183},"/company/contact/","newsletter",{"text":505,"config":506},"Press",{"href":507,"dataGaName":508,"dataGaLocation":183},"/press/","press",{"text":510,"config":511,"lists":512},"Contact us",{"dataNavLevelOne":452},[513],{"items":514},[515,518,523],{"text":190,"config":516},{"href":192,"dataGaName":517,"dataGaLocation":183},"talk to sales",{"text":519,"config":520},"Support portal",{"href":521,"dataGaName":522,"dataGaLocation":183},"https://support.gitlab.com","support portal",{"text":524,"config":525},"Customer portal",{"href":526,"dataGaName":527,"dataGaLocation":183},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":529,"login":530,"suggestions":537},"Close",{"text":531,"link":532},"To search repositories and projects, login to",{"text":533,"config":534},"gitlab.com",{"href":197,"dataGaName":535,"dataGaLocation":536},"search login","search",{"text":538,"default":539},"Suggestions",[540,542,546,548,552,556],{"text":212,"config":541},{"href":217,"dataGaName":212,"dataGaLocation":536},{"text":543,"config":544},"Code Suggestions (AI)",{"href":545,"dataGaName":543,"dataGaLocation":536},"/solutions/code-suggestions/",{"text":21,"config":547},{"href":264,"dataGaName":21,"dataGaLocation":536},{"text":549,"config":550},"GitLab on AWS",{"href":551,"dataGaName":549,"dataGaLocation":536},"/partners/technology-partners/aws/",{"text":553,"config":554},"GitLab on Google Cloud",{"href":555,"dataGaName":553,"dataGaLocation":536},"/partners/technology-partners/google-cloud-platform/",{"text":557,"config":558},"Why GitLab?",{"href":224,"dataGaName":557,"dataGaLocation":536},{"freeTrial":560,"mobileIcon":565,"desktopIcon":570,"secondaryButton":573},{"text":561,"config":562},"Start free trial",{"href":563,"dataGaName":188,"dataGaLocation":564},"https://gitlab.com/-/trials/new/","nav",{"altText":566,"config":567},"Gitlab Icon",{"src":568,"dataGaName":569,"dataGaLocation":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":566,"config":571},{"src":572,"dataGaName":569,"dataGaLocation":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":574,"config":575},"Get Started",{"href":576,"dataGaName":577,"dataGaLocation":564},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":579,"mobileIcon":583,"desktopIcon":585},{"text":580,"config":581},"Learn more about GitLab Duo",{"href":217,"dataGaName":582,"dataGaLocation":564},"gitlab duo",{"altText":566,"config":584},{"src":568,"dataGaName":569,"dataGaLocation":564},{"altText":566,"config":586},{"src":572,"dataGaName":569,"dataGaLocation":564},{"freeTrial":588,"mobileIcon":593,"desktopIcon":595},{"text":589,"config":590},"Back to pricing",{"href":342,"dataGaName":591,"dataGaLocation":564,"icon":592},"back to pricing","GoBack",{"altText":566,"config":594},{"src":568,"dataGaName":569,"dataGaLocation":564},{"altText":566,"config":596},{"src":572,"dataGaName":569,"dataGaLocation":564},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":602,"_dir":177,"_draft":6,"_partial":6,"_locale":7,"title":603,"button":604,"image":609,"config":613,"_id":615,"_type":170,"_source":171,"_file":616,"_stem":617,"_extension":174},"/shared/en-us/banner","is now in public beta!",{"text":605,"config":606},"Try the Beta",{"href":607,"dataGaName":608,"dataGaLocation":183},"/gitlab-duo/agent-platform/","duo banner",{"altText":610,"config":611},"GitLab Duo Agent Platform",{"src":612},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":614},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":619,"_dir":177,"_draft":6,"_partial":6,"_locale":7,"data":620,"_id":857,"_type":170,"title":858,"_source":171,"_file":859,"_stem":860,"_extension":174},"/shared/en-us/main-footer",{"text":621,"source":622,"edit":628,"contribute":633,"config":638,"items":643,"minimal":849},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":623,"config":624},"View page source",{"href":625,"dataGaName":626,"dataGaLocation":627},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":629,"config":630},"Edit this page",{"href":631,"dataGaName":632,"dataGaLocation":627},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":634,"config":635},"Please contribute",{"href":636,"dataGaName":637,"dataGaLocation":627},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":639,"facebook":640,"youtube":641,"linkedin":642},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[644,691,742,786,815],{"title":340,"links":645,"subMenu":660},[646,650,655],{"text":647,"config":648},"View plans",{"href":342,"dataGaName":649,"dataGaLocation":627},"view plans",{"text":651,"config":652},"Why Premium?",{"href":653,"dataGaName":654,"dataGaLocation":627},"/pricing/premium/","why premium",{"text":656,"config":657},"Why Ultimate?",{"href":658,"dataGaName":659,"dataGaLocation":627},"/pricing/ultimate/","why ultimate",[661],{"title":662,"links":663},"Contact Us",[664,667,669,671,676,681,686],{"text":665,"config":666},"Contact sales",{"href":192,"dataGaName":193,"dataGaLocation":627},{"text":519,"config":668},{"href":521,"dataGaName":522,"dataGaLocation":627},{"text":524,"config":670},{"href":526,"dataGaName":527,"dataGaLocation":627},{"text":672,"config":673},"Status",{"href":674,"dataGaName":675,"dataGaLocation":627},"https://status.gitlab.com/","status",{"text":677,"config":678},"Terms of use",{"href":679,"dataGaName":680,"dataGaLocation":627},"/terms/","terms of use",{"text":682,"config":683},"Privacy statement",{"href":684,"dataGaName":685,"dataGaLocation":627},"/privacy/","privacy statement",{"text":687,"config":688},"Cookie preferences",{"dataGaName":689,"dataGaLocation":627,"id":690,"isOneTrustButton":245},"cookie preferences","ot-sdk-btn",{"title":244,"links":692,"subMenu":700},[693,697],{"text":694,"config":695},"DevSecOps platform",{"href":210,"dataGaName":696,"dataGaLocation":627},"devsecops platform",{"text":266,"config":698},{"href":217,"dataGaName":699,"dataGaLocation":627},"ai-assisted development",[701],{"title":17,"links":702},[703,707,712,717,722,727,732,737],{"text":704,"config":705},"CICD",{"href":23,"dataGaName":706,"dataGaLocation":627},"cicd",{"text":708,"config":709},"GitOps",{"href":710,"dataGaName":711,"dataGaLocation":627},"/topics/gitops/","gitops",{"text":713,"config":714},"DevOps",{"href":715,"dataGaName":716,"dataGaLocation":627},"/topics/devops/","devops",{"text":718,"config":719},"Version Control",{"href":720,"dataGaName":721,"dataGaLocation":627},"/topics/version-control/","version control",{"text":723,"config":724},"DevSecOps",{"href":725,"dataGaName":726,"dataGaLocation":627},"/topics/devsecops/","devsecops",{"text":728,"config":729},"Cloud Native",{"href":730,"dataGaName":731,"dataGaLocation":627},"/topics/cloud-native/","cloud native",{"text":733,"config":734},"AI for Coding",{"href":735,"dataGaName":736,"dataGaLocation":627},"/topics/devops/ai-for-coding/","ai for coding",{"text":738,"config":739},"Agentic AI",{"href":740,"dataGaName":741,"dataGaLocation":627},"/topics/agentic-ai/","agentic ai",{"title":743,"links":744},"Solutions",[745,747,749,754,758,761,765,768,770,773,776,781],{"text":287,"config":746},{"href":282,"dataGaName":287,"dataGaLocation":627},{"text":276,"config":748},{"href":259,"dataGaName":260,"dataGaLocation":627},{"text":750,"config":751},"Agile development",{"href":752,"dataGaName":753,"dataGaLocation":627},"/solutions/agile-delivery/","agile delivery",{"text":755,"config":756},"SCM",{"href":272,"dataGaName":757,"dataGaLocation":627},"source code management",{"text":704,"config":759},{"href":264,"dataGaName":760,"dataGaLocation":627},"continuous integration & delivery",{"text":762,"config":763},"Value stream management",{"href":315,"dataGaName":764,"dataGaLocation":627},"value stream management",{"text":708,"config":766},{"href":767,"dataGaName":711,"dataGaLocation":627},"/solutions/gitops/",{"text":325,"config":769},{"href":327,"dataGaName":328,"dataGaLocation":627},{"text":771,"config":772},"Small business",{"href":332,"dataGaName":333,"dataGaLocation":627},{"text":774,"config":775},"Public sector",{"href":337,"dataGaName":338,"dataGaLocation":627},{"text":777,"config":778},"Education",{"href":779,"dataGaName":780,"dataGaLocation":627},"/solutions/education/","education",{"text":782,"config":783},"Financial services",{"href":784,"dataGaName":785,"dataGaLocation":627},"/solutions/finance/","financial services",{"title":345,"links":787},[788,790,792,794,797,799,801,803,805,807,809,811,813],{"text":356,"config":789},{"href":358,"dataGaName":359,"dataGaLocation":627},{"text":361,"config":791},{"href":363,"dataGaName":364,"dataGaLocation":627},{"text":366,"config":793},{"href":368,"dataGaName":369,"dataGaLocation":627},{"text":371,"config":795},{"href":373,"dataGaName":796,"dataGaLocation":627},"docs",{"text":394,"config":798},{"href":396,"dataGaName":397,"dataGaLocation":627},{"text":389,"config":800},{"href":391,"dataGaName":392,"dataGaLocation":627},{"text":399,"config":802},{"href":401,"dataGaName":402,"dataGaLocation":627},{"text":412,"config":804},{"href":414,"dataGaName":415,"dataGaLocation":627},{"text":404,"config":806},{"href":406,"dataGaName":407,"dataGaLocation":627},{"text":417,"config":808},{"href":419,"dataGaName":420,"dataGaLocation":627},{"text":422,"config":810},{"href":424,"dataGaName":425,"dataGaLocation":627},{"text":427,"config":812},{"href":429,"dataGaName":430,"dataGaLocation":627},{"text":432,"config":814},{"href":434,"dataGaName":435,"dataGaLocation":627},{"title":450,"links":816},[817,819,821,823,825,827,829,833,838,840,842,844],{"text":457,"config":818},{"href":459,"dataGaName":452,"dataGaLocation":627},{"text":462,"config":820},{"href":464,"dataGaName":465,"dataGaLocation":627},{"text":470,"config":822},{"href":472,"dataGaName":473,"dataGaLocation":627},{"text":475,"config":824},{"href":477,"dataGaName":478,"dataGaLocation":627},{"text":480,"config":826},{"href":482,"dataGaName":483,"dataGaLocation":627},{"text":485,"config":828},{"href":487,"dataGaName":488,"dataGaLocation":627},{"text":830,"config":831},"Sustainability",{"href":832,"dataGaName":830,"dataGaLocation":627},"/sustainability/",{"text":834,"config":835},"Diversity, inclusion and belonging (DIB)",{"href":836,"dataGaName":837,"dataGaLocation":627},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":490,"config":839},{"href":492,"dataGaName":493,"dataGaLocation":627},{"text":500,"config":841},{"href":502,"dataGaName":503,"dataGaLocation":627},{"text":505,"config":843},{"href":507,"dataGaName":508,"dataGaLocation":627},{"text":845,"config":846},"Modern Slavery Transparency Statement",{"href":847,"dataGaName":848,"dataGaLocation":627},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":850},[851,853,855],{"text":677,"config":852},{"href":679,"dataGaName":680,"dataGaLocation":627},{"text":682,"config":854},{"href":684,"dataGaName":685,"dataGaLocation":627},{"text":687,"config":856},{"dataGaName":689,"dataGaLocation":627,"id":690,"isOneTrustButton":245},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":862,"_dir":177,"_draft":6,"_partial":6,"_locale":7,"header":863,"eyebrow":864,"blurb":865,"button":866,"secondaryButton":870,"_id":872,"_type":170,"title":873,"_source":171,"_file":874,"_stem":875,"_extension":174},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":185,"config":867},{"href":868,"dataGaName":188,"dataGaLocation":869},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":190,"config":871},{"href":192,"dataGaName":193,"dataGaLocation":869},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":877,"content":878,"_id":169,"_type":170,"title":7,"_source":171,"_file":172,"_stem":173,"_extension":174},{"title":9,"ogTitle":9,"description":10,"ogDescription":10},[879,887,890,914,924,965],{"type":13,"componentName":13,"componentContent":880},{"crumbs":881},[882,884,886],{"title":17,"config":883},{"href":19},{"title":21,"config":885},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":888},{"title":9,"text":29,"config":889},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":891},{"anchors":892,"components":900},{"text":36,"data":893},[894,896,898],{"text":25,"config":895},{"href":40},{"text":42,"config":897},{"href":44},{"text":46,"config":899},{"href":48},[901,904,907,910],{"type":51,"componentName":51,"componentContent":902},{"header":25,"text":53,"config":903},{"id":55},{"type":51,"componentName":51,"componentContent":905},{"text":58,"header":59,"config":906},{"id":61},{"type":51,"componentName":51,"componentContent":908},{"header":46,"text":64,"config":909},{"id":66},{"type":68,"componentName":68,"componentContent":911},{"title":70,"primaryButton":912},{"text":72,"config":913},{"href":74},{"type":76,"componentName":76,"componentContent":915},{"header":78,"groups":916},[917],{"questions":918},[919,920,921,922,923],{"question":83,"answer":84},{"question":86,"answer":87},{"question":89,"answer":90},{"question":92,"answer":93},{"question":95,"answer":96},{"type":98,"componentName":98,"componentContent":925},{"header":100,"tabs":926},[927],{"name":103,"items":928,"config":964},[929,934,939,944,949,954,959],{"header":106,"type":107,"image":930,"link":932},{"altText":106,"config":931},{"src":110},{"text":72,"config":933},{"href":113,"icon":107,"modal":6},{"header":115,"type":116,"image":935,"link":937},{"altText":115,"config":936},{"src":119},{"text":72,"config":938},{"href":122,"icon":116,"modal":6},{"header":124,"type":116,"image":940,"link":942},{"altText":124,"config":941},{"src":127},{"text":72,"config":943},{"href":130,"icon":116,"modal":6},{"header":132,"type":133,"image":945,"link":947},{"altText":132,"config":946},{"src":136},{"text":72,"config":948},{"href":139,"icon":140,"modal":6},{"header":142,"type":143,"image":950,"link":952},{"altText":142,"config":951},{"src":146},{"text":72,"config":953},{"href":149,"icon":143,"modal":6},{"header":151,"type":143,"image":955,"link":957},{"altText":151,"config":956},{"src":154},{"text":72,"config":958},{"href":157,"icon":143,"modal":6},{"header":159,"type":143,"image":960,"link":962},{"altText":159,"config":961},{"src":162},{"text":72,"config":963},{"href":165,"icon":143,"modal":6},{"key":103},{"type":168,"componentName":168},1761814439390]