[{"data":1,"prerenderedAt":1098},["ShallowReactive",2],{"/blog/get-started-ci-pipeline-templates":3,"navigation-en-us":314,"banner-en-us":741,"footer-en-us":751,"blog-post-authors-en-us-Chrissie Buchanan":994,"blog-related-posts-en-us-get-started-ci-pipeline-templates":1009,"blog-promotions-en-us":1034,"next-steps-en-us":1088},{"id":4,"title":5,"authors":6,"body":8,"category":292,"date":293,"description":294,"extension":295,"externalUrl":296,"faq":296,"featured":297,"heroImage":298,"meta":299,"navigation":300,"path":301,"seo":302,"slug":306,"stem":307,"tags":308,"template":312,"updatedDate":296,"__hash__":313},"blogPosts/en-us/blog/get-started-ci-pipeline-templates.md","How to use GitLab’s CI/CD pipeline templates",[7],"Chrissie Buchanan",{"type":9,"value":10,"toc":284},"minimark",[11,25,33,48,53,66,85,93,107,113,120,128,132,143,146,166,180,183,196,200,209,232,239,246,250,270],[12,13,14,15,20,21,24],"p",{},"Writing deployment pipelines from scratch is a real pain in the branch. We want to make the ",[16,17,19],"a",{"href":18},"/topics/ci-cd/","continuous integration"," experience more automatic so teams can get up and running quickly with ",[16,22,23],{"href":18},"GitLab CI/CD",".",[12,26,27,28,32],{},"An easy way to get started is with GitLab’s CI/CD pipeline templates. Pipeline templates come in ",[29,30,31],"strong",{},"more than 30"," popular programming languages and frameworks. We’ll show you how to use these pipeline templates for your specific needs.",[12,34,35,36,41,42,47],{},"For an even more automatic continuous integration experience, we also offer ",[16,37,40],{"href":38,"rel":39},"https://docs.gitlab.com/topics/autodevops/",[],"Auto DevOps"," that does much of the legwork for you. Auto DevOps runs on pipelines automatically when a ",[16,43,46],{"href":44,"rel":45},"https://docs.gitlab.com/topics/autodevops/stages/#auto-build",[],"Dockerfile or matching buildpack"," exists, and identifies dependencies automatically.",[49,50,52],"h2",{"id":51},"what-are-ci-pipeline-templates","What are CI pipeline templates?",[12,54,55,60,61,65],{},[16,56,59],{"href":57,"rel":58},"https://docs.gitlab.com/ci/pipelines/",[],"Pipelines"," are an integral component of both continuous integration (CI) and ",[16,62,64],{"href":63},"/topics/continuous-delivery/","continuous delivery (CD)",", and continuous deployment (the other \"CD\"). A deployment pipeline consists of two things:",[67,68,69,78],"ul",{},[70,71,72,73,77],"li",{},"Jobs, which define ",[74,75,76],"em",{},"what"," to do. For example, jobs that compile or test code.",[70,79,80,81,84],{},"Stages, which define ",[74,82,83],{},"when"," to run the jobs. For example, stages that run tests after stages that compile the code.",[12,86,87,88,24],{},"Pipelines consist of one or more stages that run in order and can each contain one or more jobs that run in parallel. These jobs (or scripts) get run by agents, such as a ",[16,89,92],{"href":90,"rel":91},"https://docs.gitlab.com/runner/",[],"GitLab Runner",[12,94,95,96,100,101,106],{},"At GitLab, pipelines are defined in a ",[97,98,99],"code",{},"gitlab-ci.yml"," file. ",[16,102,105],{"href":103,"rel":104},"https://docs.gitlab.com/ci/examples/#cicd-templates",[],"CI/CD templates"," incorporate your favorite programming language or framework into this YAML file. Instead of building pipelines from scratch, CI/CD templates simplify the process by having parameters already built-in.",[12,108,109,110,112],{},"You can choose one of these templates when you create a ",[97,111,99],{}," file in the UI.",[12,114,115],{},[116,117],"img",{"alt":118,"src":119},"GitLab CI pipeline templates","https://docs.gitlab.com/ci/img/add_file_template_11_10.png/",[12,121,122,123,24],{},"Because our CI/CD templates come in more than 30 popular languages, the chances are good that we have the template you need to get started in our ",[16,124,127],{"href":125,"rel":126},"https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates",[],"CI template repository",[49,129,131],{"id":130},"what-is-auto-devops","What is Auto DevOps?",[12,133,134,137,138,24],{},[16,135,40],{"href":38,"rel":136},[]," is a GitLab-exclusive feature that provides predefined CI/CD configurations that automatically detect, build, test, deploy, and monitor your applications. Rather than just accessing a template, Auto DevOps is a setting within your GitLab instance that is ",[16,139,142],{"href":140,"rel":141},"https://docs.gitlab.com/topics/autodevops/#enabled-by-default",[],"enabled by default",[12,144,145],{},"Our product vision for Auto DevOps is that everything is fully connected as part of one great GitLab experience. The term Auto DevOps actually comes from the different parts that are automated by Auto DevOps:",[67,147,148,151,154,163],{},[70,149,150],{},"\"Auto CI\" – Compile and test software based on best practices for the most common languages and frameworks.",[70,152,153],{},"\"Auto review\" – Automatic analysis tools like Code Climate.",[70,155,156,157,162],{},"\"Auto deploy\" – Based on ",[16,158,161],{"href":159,"rel":160},"https://docs.gitlab.com/ci/review_apps/",[],"Review Apps"," and incremental rollouts on Kubernetes clusters.",[70,164,165],{},"\"Auto metrics\" – Collect statistical data from all the previous steps in order to guarantee performances and optimization of the whole process.",[12,167,168,169,174,175,24],{},"Auto DevOps provides great defaults for all the stages and makes use of CI templates. You can ",[16,170,173],{"href":171,"rel":172},"https://docs.gitlab.com/topics/autodevops/customize/",[],"customize Auto DevOps"," to meet your needs, and ",[16,176,179],{"href":177,"rel":178},"https://docs.gitlab.com/topics/autodevops/customize/#extend-auto-devops-with-the-api",[],"manage Auto DevOps with GitLab APIs",[12,181,182],{},"Learn more about Auto DevOps, check out this video:",[184,185,188,189],"figure",{"className":186},[187],"video_container","\n  ",[190,191,195],"iframe",{"src":192,"frameBorder":193,"allowFullScreen":194},"https://www.youtube-nocookie.com/embed/0Tc0YYBxqi4","0","true"," ",[49,197,199],{"id":198},"other-cicd-resources","Other CI/CD resources",[12,201,202,203,208],{},"GitLab also provides ",[16,204,207],{"href":205,"rel":206},"https://docs.gitlab.com/ci/examples/",[],"CI/CD examples"," so you can learn how to implement GitLab CI/CD for your specific use case. In addition to template files, you can find repositories with sample projects, and step-by-step tutorials for a variety of scenarios, including:",[67,210,211,217,223,229],{},[70,212,213],{},[16,214,216],{"href":205,"rel":215},[],"DevOps and Game Dev with GitLab CI/CD",[70,218,219],{},[16,220,222],{"href":205,"rel":221},[],"Test and deploy a Ruby application with GitLab CI/CD",[70,224,225],{},[16,226,228],{"href":205,"rel":227},[],"How to deploy Maven projects to Artifactory with GitLab CI/CD",[70,230,231],{},"... And many others",[12,233,234,235,238],{},"With CI/CD templates and our Auto DevOps product feature, teams can start reaping the benefits of continuous integration without all of the manual configurations. For teams managing sometimes ",[74,236,237],{},"hundreds"," of projects, it’s not realistic or doable to start from scratch. And with GitLab, you don’t have to.",[12,240,241,242,24],{},"Curious about our best-in-class continuous integration? ",[16,243,245],{"href":244},"/free-trial/","Try GitLab free",[49,247,249],{"id":248},"related-reads","Related reads",[67,251,252,258,264],{},[70,253,254],{},[16,255,257],{"href":256},"/blog/a-beginners-guide-to-continuous-integration/","\"A beginner's guide to continuous integration\"",[70,259,260],{},[16,261,263],{"href":262},"/blog/effective-ci-cd-pipelines/","\"Want a more effective CI/CD pipeline? Try our pro tips\"",[70,265,266],{},[16,267,269],{"href":268},"/blog/modernize-your-ci-cd/","\"3 CI/CD challenges to consider\"",[12,271,272,273,278,279],{},"Cover image by ",[16,274,277],{"href":275,"rel":276},"https://unsplash.com/@chuttersnap?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"chuttersnap"," on ",[16,280,283],{"href":281,"rel":282},"https://unsplash.com/s/photos/laboratory?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Unsplash",{"title":285,"searchDepth":286,"depth":286,"links":287},"",2,[288,289,290,291],{"id":51,"depth":286,"text":52},{"id":130,"depth":286,"text":131},{"id":198,"depth":286,"text":199},{"id":248,"depth":286,"text":249},"insights","2020-09-23","Learn how pipeline templates and Auto DevOps can get you up and running on GitLab CI/CD.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667139/Blog/Hero%20Images/CI-pipeline-templates.jpg",{},true,"/en-us/blog/get-started-ci-pipeline-templates",{"title":5,"description":294,"ogTitle":5,"ogDescription":294,"noIndex":297,"ogImage":298,"ogUrl":303,"ogSiteName":304,"ogType":305,"canonicalUrls":303},"https://about.gitlab.com/blog/get-started-ci-pipeline-templates","https://about.gitlab.com","article","get-started-ci-pipeline-templates","en-us/blog/get-started-ci-pipeline-templates",[309,310,311],"CI/CD","UI","DevOps","BlogPost","lpNP7-1wLXNw-QgwUuHD9SQKmBL_eDNG0jADqBxinVk",{"logo":315,"freeTrial":320,"sales":325,"login":330,"items":335,"search":661,"minimal":692,"duo":711,"switchNav":720,"pricingDeployment":731},{"config":316},{"href":317,"dataGaName":318,"dataGaLocation":319},"/","gitlab logo","header",{"text":321,"config":322},"Get free trial",{"href":323,"dataGaName":324,"dataGaLocation":319},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":326,"config":327},"Request a demo",{"href":328,"dataGaName":329,"dataGaLocation":319},"/sales/?contact-topic=request-demo","sales",{"text":331,"config":332},"Sign in",{"href":333,"dataGaName":334,"dataGaLocation":319},"https://gitlab.com/users/sign_in/","sign in",[336,365,464,469,583,639],{"text":337,"config":338,"menu":340},"Platform",{"dataNavLevelOne":339},"platform",{"type":341,"columns":342},"cards",[343,349,357],{"title":337,"description":344,"link":345},"The intelligent orchestration platform for DevSecOps",{"text":346,"config":347},"Explore our Platform",{"href":348,"dataGaName":339,"dataGaLocation":319},"/platform/",{"title":350,"description":351,"link":352},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":353,"config":354},"Meet GitLab Duo",{"href":355,"dataGaName":356,"dataGaLocation":319},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":358,"description":359,"link":360},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":361,"config":362},"Learn more",{"href":363,"dataGaName":364,"dataGaLocation":319},"/why-gitlab/","why gitlab",{"text":366,"left":300,"config":367,"menu":369},"Product",{"dataNavLevelOne":368},"solutions",{"type":370,"link":371,"columns":375,"feature":443},"lists",{"text":372,"config":373},"View all Solutions",{"href":374,"dataGaName":368,"dataGaLocation":319},"/solutions/",[376,399,422],{"title":377,"description":378,"link":379,"items":384},"Automation","CI/CD and automation to accelerate deployment",{"config":380},{"icon":381,"href":382,"dataGaName":383,"dataGaLocation":319},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[385,388,391,395],{"text":309,"config":386},{"href":387,"dataGaLocation":319,"dataGaName":309},"/solutions/continuous-integration/",{"text":350,"config":389},{"href":355,"dataGaLocation":319,"dataGaName":390},"gitlab duo agent platform - product menu",{"text":392,"config":393},"Source Code Management",{"href":394,"dataGaLocation":319,"dataGaName":392},"/solutions/source-code-management/",{"text":396,"config":397},"Automated Software Delivery",{"href":382,"dataGaLocation":319,"dataGaName":398},"Automated software delivery",{"title":400,"description":401,"link":402,"items":407},"Security","Deliver code faster without compromising security",{"config":403},{"href":404,"dataGaName":405,"dataGaLocation":319,"icon":406},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[408,412,417],{"text":409,"config":410},"Application Security Testing",{"href":404,"dataGaName":411,"dataGaLocation":319},"Application security testing",{"text":413,"config":414},"Software Supply Chain Security",{"href":415,"dataGaLocation":319,"dataGaName":416},"/solutions/supply-chain/","Software supply chain security",{"text":418,"config":419},"Software Compliance",{"href":420,"dataGaName":421,"dataGaLocation":319},"/solutions/software-compliance/","software compliance",{"title":423,"link":424,"items":429},"Measurement",{"config":425},{"icon":426,"href":427,"dataGaName":428,"dataGaLocation":319},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[430,434,438],{"text":431,"config":432},"Visibility & Measurement",{"href":427,"dataGaLocation":319,"dataGaName":433},"Visibility and Measurement",{"text":435,"config":436},"Value Stream Management",{"href":437,"dataGaLocation":319,"dataGaName":435},"/solutions/value-stream-management/",{"text":439,"config":440},"Analytics & Insights",{"href":441,"dataGaLocation":319,"dataGaName":442},"/solutions/analytics-and-insights/","Analytics and insights",{"title":444,"type":370,"items":445},"GitLab for",[446,452,458],{"text":447,"config":448},"Enterprise",{"icon":449,"href":450,"dataGaLocation":319,"dataGaName":451},"Building","/enterprise/","enterprise",{"text":453,"config":454},"Small Business",{"icon":455,"href":456,"dataGaLocation":319,"dataGaName":457},"Work","/small-business/","small business",{"text":459,"config":460},"Public Sector",{"icon":461,"href":462,"dataGaLocation":319,"dataGaName":463},"Organization","/solutions/public-sector/","public sector",{"text":465,"config":466},"Pricing",{"href":467,"dataGaName":468,"dataGaLocation":319,"dataNavLevelOne":468},"/pricing/","pricing",{"text":470,"config":471,"menu":473},"Resources",{"dataNavLevelOne":472},"resources",{"type":370,"link":474,"columns":478,"feature":572},{"text":475,"config":476},"View all resources",{"href":477,"dataGaName":472,"dataGaLocation":319},"/resources/",[479,512,539],{"title":480,"items":481},"Getting started",[482,487,492,497,502,507],{"text":483,"config":484},"Install",{"href":485,"dataGaName":486,"dataGaLocation":319},"/install/","install",{"text":488,"config":489},"Quick start guides",{"href":490,"dataGaName":491,"dataGaLocation":319},"/get-started/","quick setup checklists",{"text":493,"config":494},"Learn",{"href":495,"dataGaLocation":319,"dataGaName":496},"https://university.gitlab.com/","learn",{"text":498,"config":499},"Product documentation",{"href":500,"dataGaName":501,"dataGaLocation":319},"https://docs.gitlab.com/","product documentation",{"text":503,"config":504},"Best practice videos",{"href":505,"dataGaName":506,"dataGaLocation":319},"/getting-started-videos/","best practice videos",{"text":508,"config":509},"Integrations",{"href":510,"dataGaName":511,"dataGaLocation":319},"/integrations/","integrations",{"title":513,"items":514},"Discover",[515,520,525,530,534],{"text":516,"config":517},"Customer success stories",{"href":518,"dataGaName":519,"dataGaLocation":319},"/customers/","customer success stories",{"text":521,"config":522},"Blog",{"href":523,"dataGaName":524,"dataGaLocation":319},"/blog/","blog",{"text":526,"config":527},"Demo Hub",{"href":528,"dataGaName":529,"dataGaLocation":319},"/demo-hub/","demo hub",{"text":531,"config":532},"The Source",{"href":533,"dataGaName":524,"dataGaLocation":319},"/the-source/",{"text":535,"config":536},"Remote",{"href":537,"dataGaName":538,"dataGaLocation":319},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":540,"items":541},"Connect",[542,547,552,557,562,567],{"text":543,"config":544},"GitLab Services",{"href":545,"dataGaName":546,"dataGaLocation":319},"/services/","services",{"text":548,"config":549},"Contribute",{"href":550,"dataGaName":551,"dataGaLocation":319},"https://contributors.gitlab.com","contribute",{"text":553,"config":554},"Community",{"href":555,"dataGaName":556,"dataGaLocation":319},"/community/","community",{"text":558,"config":559},"Forum",{"href":560,"dataGaName":561,"dataGaLocation":319},"https://forum.gitlab.com/","forum",{"text":563,"config":564},"Events",{"href":565,"dataGaName":566,"dataGaLocation":319},"/events/","events",{"text":568,"config":569},"Partners",{"href":570,"dataGaName":571,"dataGaLocation":319},"/partners/","partners",{"config":573,"title":576,"text":577,"link":578},{"background":574,"textColor":575},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":579,"config":580},"Read the latest",{"href":581,"dataGaName":582,"dataGaLocation":319},"/whats-new/","whats new",{"text":584,"config":585,"menu":587},"Company",{"dataNavLevelOne":586},"company",{"type":370,"columns":588},[589],{"items":590},[591,596,602,604,609,614,619,624,629,634],{"text":592,"config":593},"About",{"href":594,"dataGaName":595,"dataGaLocation":319},"/company/","about",{"text":597,"config":598,"footerGa":601},"Jobs",{"href":599,"dataGaName":600,"dataGaLocation":319},"/jobs/","jobs",{"dataGaName":600},{"text":563,"config":603},{"href":565,"dataGaName":566,"dataGaLocation":319},{"text":605,"config":606},"Leadership",{"href":607,"dataGaName":608,"dataGaLocation":319},"/company/team/e-group/","leadership",{"text":610,"config":611},"Handbook",{"href":612,"dataGaName":613,"dataGaLocation":319},"https://handbook.gitlab.com/","handbook",{"text":615,"config":616},"Investor relations",{"href":617,"dataGaName":618,"dataGaLocation":319},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":620,"config":621},"Trust Center",{"href":622,"dataGaName":623,"dataGaLocation":319},"/security/","trust center",{"text":625,"config":626},"AI Transparency Center",{"href":627,"dataGaName":628,"dataGaLocation":319},"/ai-transparency-center/","ai transparency center",{"text":630,"config":631},"Newsletter",{"href":632,"dataGaName":633,"dataGaLocation":319},"/company/contact/#contact-forms","newsletter",{"text":635,"config":636},"Press",{"href":637,"dataGaName":638,"dataGaLocation":319},"/press/","press",{"text":640,"config":641,"menu":642},"Contact us",{"dataNavLevelOne":586},{"type":370,"columns":643},[644],{"items":645},[646,651,656],{"text":647,"config":648},"Talk to sales",{"href":649,"dataGaName":650,"dataGaLocation":319},"/sales/","talk to sales",{"text":652,"config":653},"Support portal",{"href":654,"dataGaName":655,"dataGaLocation":319},"https://support.gitlab.com/hc/en-us","support portal",{"text":657,"config":658},"Customer portal",{"href":659,"dataGaName":660,"dataGaLocation":319},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":662,"login":663,"suggestions":670},"Close",{"text":664,"link":665},"To search repositories and projects, login to",{"text":666,"config":667},"gitlab.com",{"href":333,"dataGaName":668,"dataGaLocation":669},"search login","search",{"text":671,"default":672},"Suggestions",[673,675,679,681,685,689],{"text":350,"config":674},{"href":355,"dataGaName":350,"dataGaLocation":669},{"text":676,"config":677},"Code Suggestions (AI)",{"href":678,"dataGaName":676,"dataGaLocation":669},"/solutions/code-suggestions/",{"text":309,"config":680},{"href":387,"dataGaName":309,"dataGaLocation":669},{"text":682,"config":683},"GitLab on AWS",{"href":684,"dataGaName":682,"dataGaLocation":669},"/partners/technology-partners/aws/",{"text":686,"config":687},"GitLab on Google Cloud",{"href":688,"dataGaName":686,"dataGaLocation":669},"/partners/technology-partners/google-cloud-platform/",{"text":690,"config":691},"Why GitLab?",{"href":363,"dataGaName":690,"dataGaLocation":669},{"freeTrial":693,"mobileIcon":698,"desktopIcon":703,"secondaryButton":706},{"text":694,"config":695},"Start free trial",{"href":696,"dataGaName":324,"dataGaLocation":697},"https://gitlab.com/-/trials/new/","nav",{"altText":699,"config":700},"Gitlab Icon",{"src":701,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":699,"config":704},{"src":705,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":707,"config":708},"Get Started",{"href":709,"dataGaName":710,"dataGaLocation":697},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":712,"mobileIcon":716,"desktopIcon":718},{"text":713,"config":714},"Learn more about GitLab Duo",{"href":355,"dataGaName":715,"dataGaLocation":697},"gitlab duo",{"altText":699,"config":717},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":719},{"src":705,"dataGaName":702,"dataGaLocation":697},{"button":721,"mobileIcon":726,"desktopIcon":728},{"text":722,"config":723},"/switch",{"href":724,"dataGaName":725,"dataGaLocation":697},"#contact","switch",{"altText":699,"config":727},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":729},{"src":730,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":732,"mobileIcon":737,"desktopIcon":739},{"text":733,"config":734},"Back to pricing",{"href":467,"dataGaName":735,"dataGaLocation":697,"icon":736},"back to pricing","GoBack",{"altText":699,"config":738},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":740},{"src":705,"dataGaName":702,"dataGaLocation":697},{"title":742,"titleMobile":743,"button":744,"config":749},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":361,"config":745},{"href":746,"dataGaName":747,"dataGaLocation":748},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":750,"disabled":297},"release",{"data":752},{"text":753,"source":754,"edit":760,"contribute":765,"config":770,"items":775,"minimal":983},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":755,"config":756},"View page source",{"href":757,"dataGaName":758,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":761,"config":762},"Edit this page",{"href":763,"dataGaName":764,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":766,"config":767},"Please contribute",{"href":768,"dataGaName":769,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":771,"facebook":772,"youtube":773,"linkedin":774},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[776,823,875,919,951],{"title":465,"links":777,"subMenu":792},[778,782,787],{"text":779,"config":780},"View plans",{"href":467,"dataGaName":781,"dataGaLocation":759},"view plans",{"text":783,"config":784},"Why Premium?",{"href":785,"dataGaName":786,"dataGaLocation":759},"/pricing/premium/","why premium",{"text":788,"config":789},"Why Ultimate?",{"href":790,"dataGaName":791,"dataGaLocation":759},"/pricing/ultimate/","why ultimate",[793],{"title":794,"links":795},"Contact Us",[796,799,801,803,808,813,818],{"text":797,"config":798},"Contact sales",{"href":649,"dataGaName":329,"dataGaLocation":759},{"text":652,"config":800},{"href":654,"dataGaName":655,"dataGaLocation":759},{"text":657,"config":802},{"href":659,"dataGaName":660,"dataGaLocation":759},{"text":804,"config":805},"Status",{"href":806,"dataGaName":807,"dataGaLocation":759},"https://status.gitlab.com/","status",{"text":809,"config":810},"Terms of use",{"href":811,"dataGaName":812,"dataGaLocation":759},"/terms/","terms of use",{"text":814,"config":815},"Privacy statement",{"href":816,"dataGaName":817,"dataGaLocation":759},"/privacy/","privacy statement",{"text":819,"config":820},"Cookie preferences",{"dataGaName":821,"dataGaLocation":759,"id":822,"isOneTrustButton":300},"cookie preferences","ot-sdk-btn",{"title":366,"links":824,"subMenu":833},[825,829],{"text":826,"config":827},"DevSecOps platform",{"href":348,"dataGaName":828,"dataGaLocation":759},"devsecops platform",{"text":830,"config":831},"AI-Assisted Development",{"href":355,"dataGaName":832,"dataGaLocation":759},"ai-assisted development",[834],{"title":835,"links":836},"Topics",[837,841,846,850,855,860,865,870],{"text":838,"config":839},"CICD",{"href":18,"dataGaName":840,"dataGaLocation":759},"cicd",{"text":842,"config":843},"GitOps",{"href":844,"dataGaName":845,"dataGaLocation":759},"/topics/gitops/","gitops",{"text":311,"config":847},{"href":848,"dataGaName":849,"dataGaLocation":759},"/topics/devops/","devops",{"text":851,"config":852},"Version Control",{"href":853,"dataGaName":854,"dataGaLocation":759},"/topics/version-control/","version control",{"text":856,"config":857},"DevSecOps",{"href":858,"dataGaName":859,"dataGaLocation":759},"/topics/devsecops/","devsecops",{"text":861,"config":862},"Cloud Native",{"href":863,"dataGaName":864,"dataGaLocation":759},"/topics/cloud-native/","cloud native",{"text":866,"config":867},"AI for Coding",{"href":868,"dataGaName":869,"dataGaLocation":759},"/topics/devops/ai-for-coding/","ai for coding",{"text":871,"config":872},"Agentic AI",{"href":873,"dataGaName":874,"dataGaLocation":759},"/topics/agentic-ai/","agentic ai",{"title":876,"links":877},"Solutions",[878,880,882,887,891,894,898,901,903,906,909,914],{"text":409,"config":879},{"href":404,"dataGaName":409,"dataGaLocation":759},{"text":398,"config":881},{"href":382,"dataGaName":383,"dataGaLocation":759},{"text":883,"config":884},"Agile development",{"href":885,"dataGaName":886,"dataGaLocation":759},"/solutions/agile-delivery/","agile delivery",{"text":888,"config":889},"SCM",{"href":394,"dataGaName":890,"dataGaLocation":759},"source code management",{"text":838,"config":892},{"href":387,"dataGaName":893,"dataGaLocation":759},"continuous integration & delivery",{"text":895,"config":896},"Value stream management",{"href":437,"dataGaName":897,"dataGaLocation":759},"value stream management",{"text":842,"config":899},{"href":900,"dataGaName":845,"dataGaLocation":759},"/solutions/gitops/",{"text":447,"config":902},{"href":450,"dataGaName":451,"dataGaLocation":759},{"text":904,"config":905},"Small business",{"href":456,"dataGaName":457,"dataGaLocation":759},{"text":907,"config":908},"Public sector",{"href":462,"dataGaName":463,"dataGaLocation":759},{"text":910,"config":911},"Education",{"href":912,"dataGaName":913,"dataGaLocation":759},"/solutions/education/","education",{"text":915,"config":916},"Financial services",{"href":917,"dataGaName":918,"dataGaLocation":759},"/solutions/finance/","financial services",{"title":470,"links":920},[921,923,925,927,930,932,935,937,939,941,943,945,947,949],{"text":483,"config":922},{"href":485,"dataGaName":486,"dataGaLocation":759},{"text":488,"config":924},{"href":490,"dataGaName":491,"dataGaLocation":759},{"text":493,"config":926},{"href":495,"dataGaName":496,"dataGaLocation":759},{"text":498,"config":928},{"href":500,"dataGaName":929,"dataGaLocation":759},"docs",{"text":521,"config":931},{"href":523,"dataGaName":524,"dataGaLocation":759},{"text":933,"config":934},"What's new",{"href":581,"dataGaName":582,"dataGaLocation":759},{"text":516,"config":936},{"href":518,"dataGaName":519,"dataGaLocation":759},{"text":535,"config":938},{"href":537,"dataGaName":538,"dataGaLocation":759},{"text":543,"config":940},{"href":545,"dataGaName":546,"dataGaLocation":759},{"text":548,"config":942},{"href":550,"dataGaName":551,"dataGaLocation":759},{"text":553,"config":944},{"href":555,"dataGaName":556,"dataGaLocation":759},{"text":558,"config":946},{"href":560,"dataGaName":561,"dataGaLocation":759},{"text":563,"config":948},{"href":565,"dataGaName":566,"dataGaLocation":759},{"text":568,"config":950},{"href":570,"dataGaName":571,"dataGaLocation":759},{"title":584,"links":952},[953,955,957,959,961,963,967,972,974,976,978],{"text":592,"config":954},{"href":594,"dataGaName":586,"dataGaLocation":759},{"text":597,"config":956},{"href":599,"dataGaName":600,"dataGaLocation":759},{"text":605,"config":958},{"href":607,"dataGaName":608,"dataGaLocation":759},{"text":610,"config":960},{"href":612,"dataGaName":613,"dataGaLocation":759},{"text":615,"config":962},{"href":617,"dataGaName":618,"dataGaLocation":759},{"text":964,"config":965},"Sustainability",{"href":966,"dataGaName":964,"dataGaLocation":759},"/sustainability/",{"text":968,"config":969},"Diversity, inclusion and belonging (DIB)",{"href":970,"dataGaName":971,"dataGaLocation":759},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":620,"config":973},{"href":622,"dataGaName":623,"dataGaLocation":759},{"text":630,"config":975},{"href":632,"dataGaName":633,"dataGaLocation":759},{"text":635,"config":977},{"href":637,"dataGaName":638,"dataGaLocation":759},{"text":979,"config":980},"Modern Slavery Transparency Statement",{"href":981,"dataGaName":982,"dataGaLocation":759},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":984},[985,988,991],{"text":986,"config":987},"Terms",{"href":811,"dataGaName":812,"dataGaLocation":759},{"text":989,"config":990},"Cookies",{"dataGaName":821,"dataGaLocation":759,"id":822,"isOneTrustButton":300},{"text":992,"config":993},"Privacy",{"href":816,"dataGaName":817,"dataGaLocation":759},[995],{"id":996,"title":7,"body":296,"config":997,"content":999,"description":296,"extension":1003,"meta":1004,"navigation":300,"path":1005,"seo":1006,"stem":1007,"__hash__":1008},"blogAuthors/en-us/blog/authors/chrissie-buchanan.yml",{"template":998},"BlogAuthor",{"name":7,"config":1000},{"headshot":1001,"ctfId":1002},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","cbuchanan","yml",{},"/en-us/blog/authors/chrissie-buchanan",{},"en-us/blog/authors/chrissie-buchanan","VUaqNs-WRatnVN614U2QKvMKVSh6PynpH3T0SHM4ayU",[1010,1018,1026],{"title":1011,"description":1012,"heroImage":1013,"category":292,"date":1014,"authors":1015,"slug":1017,"externalUrl":296},"How we overhauled GitLab navigation","Users weren't getting what they needed from our navigation. Here are the steps we took to turn that experience around.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682884/Blog/Hero%20Images/navigation.jpg","2023-08-15",[1016],"Ashley Knobloch","navigation-research-blog-post",{"title":1019,"description":1020,"heroImage":1021,"category":292,"date":1022,"authors":1023,"slug":1025,"externalUrl":296},"Beautifying our UI: Giving GitLab build features a fresh look","Get an inside look at how we are improving the usability of GitLab build features with multiple visual design improvements.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682807/Blog/Hero%20Images/beautify.jpg","2023-07-05",[1024],"Veethika Mishra","beautifying-of-our-ui",{"title":1027,"description":1028,"heroImage":1029,"category":292,"date":1030,"authors":1031,"slug":1033,"externalUrl":296},"4 best practices leading orgs to release software faster","GitLab's 2023 Global DevSecOps Survey illuminates the strategies that organizations deploying more frequently have in common.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663908/Blog/Hero%20Images/2023-devsecops-report-blog-banner2.png","2023-06-08",[1032],"Kristina Weis","best-practices-leading-orgs-to-release-software-faster",{"promotions":1035},[1036,1050,1062,1074],{"id":1037,"categories":1038,"header":1040,"text":1041,"button":1042,"image":1047},"ai-modernization",[1039],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1043,"config":1044},"Get your AI maturity score",{"href":1045,"dataGaName":1046,"dataGaLocation":524},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1048},{"src":1049},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1051,"categories":1052,"header":1054,"text":1041,"button":1055,"image":1059},"devops-modernization",[1053,859],"product","Are you just managing tools or shipping innovation?",{"text":1056,"config":1057},"Get your DevOps maturity score",{"href":1058,"dataGaName":1046,"dataGaLocation":524},"/assessments/devops-modernization-assessment/",{"config":1060},{"src":1061},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1063,"categories":1064,"header":1066,"text":1041,"button":1067,"image":1071},"security-modernization",[1065],"security","Are you trading speed for security?",{"text":1068,"config":1069},"Get your security maturity score",{"href":1070,"dataGaName":1046,"dataGaLocation":524},"/assessments/security-modernization-assessment/",{"config":1072},{"src":1073},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1075,"paths":1076,"header":1079,"text":1080,"button":1081,"image":1086},"github-azure-migration",[1077,1078],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1082,"config":1083},"See how GitLab compares to GitHub",{"href":1084,"dataGaName":1085,"dataGaLocation":524},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1087},{"src":1061},{"header":1089,"blurb":1090,"button":1091,"secondaryButton":1096},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1092,"config":1093},"Get your free trial",{"href":1094,"dataGaName":324,"dataGaLocation":1095},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":797,"config":1097},{"href":649,"dataGaName":329,"dataGaLocation":1095},1786803768929]