[{"data":1,"prerenderedAt":1184},["ShallowReactive",2],{"/blog/publishing-a11y-reports-in-gitlab-pages":3,"navigation-en-us":400,"banner-en-us":827,"footer-en-us":837,"blog-post-authors-en-us-James Heimbuck":1082,"blog-related-posts-en-us-publishing-a11y-reports-in-gitlab-pages":1096,"blog-promotions-en-us":1120,"next-steps-en-us":1174},{"id":4,"title":5,"authors":6,"body":8,"category":380,"date":381,"description":382,"extension":383,"externalUrl":384,"faq":384,"featured":385,"heroImage":386,"meta":387,"navigation":164,"path":388,"seo":389,"slug":393,"stem":394,"tags":395,"template":398,"updatedDate":384,"__hash__":399},"blogPosts/en-us/blog/publishing-a11y-reports-in-gitlab-pages.md","Publishing Accessibility Reports in GitLab Pages",[7],"James Heimbuck",{"type":9,"value":10,"toc":373},"minimark",[11,15,31,36,45,54,58,67,70,287,290,303,307,310,317,325,328,332,340,347,362,366,369],[12,13,14],"p",{},"At GitLab, we believe everyone can contribute and we build software that reinforces this concept and helps others live up to that value. We also believe that bringing test data to developers as quickly as possible following a commit is one of the best ways to shorten cycle times and deliver features to customers more efficiently. The Automated Accessibility testing in GitLab is one area of that testing.",[12,16,17,18,24,25,30],{},"But how can we share the results of these accessibility scans with others in our organization outside of the context of the Merge Request? Taking inspiration from another ",[19,20,23],"a",{"href":21,"rel":22},"https://about.gitlab.com/blog/publish-code-coverage-report-with-gitlab-pages/",[],"blog post"," and making use of ",[19,26,29],{"href":27,"rel":28},"https://docs.gitlab.com/user/project/pages/",[],"GitLab Pages"," I set out to do just that.",[32,33,35],"h2",{"id":34},"what-is-accessibility-testing","What is accessibility testing?",[12,37,38,39,44],{},"I talked about accessibility testing, why it's important, and our vision for this category in a ",[19,40,43],{"href":41,"rel":42},"https://about.gitlab.com/blog/introducing-accessibility-testing-in-gitlab/",[],"previous post",". It's worth your time to take a few minutes and read that first if you haven't already.",[12,46,47,48,53],{},"If you read the blog, welcome back! Now, let's get to HOW you can use this new feature. After some initial testing, I wanted to record a video showing how to use this new feature. I ran into some problems though, some of my own making and some unexpected. I thought a blog would be great follow-up to that ",[19,49,52],{"href":50,"rel":51},"https://www.youtube.com/watch?v=LsW5D5HhuyE",[],"video"," and help explain some of what I ran into. Let's get to it!",[32,55,57],{"id":56},"setting-up-accessibility-testing-in-gitlab","Setting up accessibility testing in GitLab",[12,59,60,61,66],{},"Introduced as part of the ",[19,62,65],{"href":63,"rel":64},"https://handbook.gitlab.com/handbook/values/#minimal-viable-change-mvc",[],"Minimum Viable Change"," to make testing accessibility easier, we created a template that can be included into your project's .gitlab-ci.yml file and adds the accessibility testing job to your pipeline. You can do this at any point throughout your pipeline but, ultimately, we want to decrease that cycle time between when a change is made and when an accessibility issue is found for the developer. To accomplish this, we will run the job AFTER our change is deployed to a review application.",[12,68,69],{},"I created a walkthrough for the GitLab Unfiltered YouTube channel to walk through the process of setting this up. After some trial and error I got this working. The relevant portion of the resulting .gitlab-ci.yml entry is below.",[71,72,77],"pre",{"className":73,"code":74,"language":75,"meta":76,"style":76},"language-yml shiki shiki-themes github-light","stages:\n - build\n - test\n - deploy review\n - deploy staging\n - accessibility\n - deploy production\n - production tests\n - cache\n\ncache:\n  key: ${CI_COMMIT_REF_SLUG}\n  policy: pull\n  paths:\n    - node_modules/\n\ninclude:\n  - template: \"Verify/Accessibility.gitlab-ci.yml\"\n\nvariables:\n  STAGING_DOMAIN: nimblealizer-staging.surge.sh\n  PRODUCTION_DOMAIN: nimblealizer.surge.sh\n  a11y_urls: \"http://nimblealizer-staging.surge.sh\"\n\n","yml","",[78,79,80,93,103,111,119,127,135,143,151,159,166,174,186,197,205,214,219,227,241,246,254,265,276],"code",{"__ignoreMap":76},[81,82,85,89],"span",{"class":83,"line":84},"line",1,[81,86,88],{"class":87},"shJU0","stages",[81,90,92],{"class":91},"sgsFI",":\n",[81,94,96,99],{"class":83,"line":95},2,[81,97,98],{"class":91}," - ",[81,100,102],{"class":101},"sYBdl","build\n",[81,104,106,108],{"class":83,"line":105},3,[81,107,98],{"class":91},[81,109,110],{"class":101},"test\n",[81,112,114,116],{"class":83,"line":113},4,[81,115,98],{"class":91},[81,117,118],{"class":101},"deploy review\n",[81,120,122,124],{"class":83,"line":121},5,[81,123,98],{"class":91},[81,125,126],{"class":101},"deploy staging\n",[81,128,130,132],{"class":83,"line":129},6,[81,131,98],{"class":91},[81,133,134],{"class":101},"accessibility\n",[81,136,138,140],{"class":83,"line":137},7,[81,139,98],{"class":91},[81,141,142],{"class":101},"deploy production\n",[81,144,146,148],{"class":83,"line":145},8,[81,147,98],{"class":91},[81,149,150],{"class":101},"production tests\n",[81,152,154,156],{"class":83,"line":153},9,[81,155,98],{"class":91},[81,157,158],{"class":101},"cache\n",[81,160,162],{"class":83,"line":161},10,[81,163,165],{"emptyLinePlaceholder":164},true,"\n",[81,167,169,172],{"class":83,"line":168},11,[81,170,171],{"class":87},"cache",[81,173,92],{"class":91},[81,175,177,180,183],{"class":83,"line":176},12,[81,178,179],{"class":87},"  key",[81,181,182],{"class":91},": ",[81,184,185],{"class":101},"${CI_COMMIT_REF_SLUG}\n",[81,187,189,192,194],{"class":83,"line":188},13,[81,190,191],{"class":87},"  policy",[81,193,182],{"class":91},[81,195,196],{"class":101},"pull\n",[81,198,200,203],{"class":83,"line":199},14,[81,201,202],{"class":87},"  paths",[81,204,92],{"class":91},[81,206,208,211],{"class":83,"line":207},15,[81,209,210],{"class":91},"    - ",[81,212,213],{"class":101},"node_modules/\n",[81,215,217],{"class":83,"line":216},16,[81,218,165],{"emptyLinePlaceholder":164},[81,220,222,225],{"class":83,"line":221},17,[81,223,224],{"class":87},"include",[81,226,92],{"class":91},[81,228,230,233,236,238],{"class":83,"line":229},18,[81,231,232],{"class":91},"  - ",[81,234,235],{"class":87},"template",[81,237,182],{"class":91},[81,239,240],{"class":101},"\"Verify/Accessibility.gitlab-ci.yml\"\n",[81,242,244],{"class":83,"line":243},19,[81,245,165],{"emptyLinePlaceholder":164},[81,247,249,252],{"class":83,"line":248},20,[81,250,251],{"class":87},"variables",[81,253,92],{"class":91},[81,255,257,260,262],{"class":83,"line":256},21,[81,258,259],{"class":87},"  STAGING_DOMAIN",[81,261,182],{"class":91},[81,263,264],{"class":101},"nimblealizer-staging.surge.sh\n",[81,266,268,271,273],{"class":83,"line":267},22,[81,269,270],{"class":87},"  PRODUCTION_DOMAIN",[81,272,182],{"class":91},[81,274,275],{"class":101},"nimblealizer.surge.sh\n",[81,277,279,282,284],{"class":83,"line":278},23,[81,280,281],{"class":87},"  a11y_urls",[81,283,182],{"class":91},[81,285,286],{"class":101},"\"http://nimblealizer-staging.surge.sh\"\n",[12,288,289],{},"To summarize what changed to add the accessibility job:",[291,292,293,297,300],"ol",{},[294,295,296],"li",{},"Add the stage for accessibility. It is important to note that this happens AFTER the deploy to staging, which is the site I want to scan.",[294,298,299],{},"Include the template that runs the test.",[294,301,302],{},"Add the ally_urls variable so the template knows what to scan. In this case I added the staging site URL to scan.",[32,304,306],{"id":305},"what-happens-now","What happens now?",[12,308,309],{},"After committing this change, a pipeline will kickoff that builds the website, runs some tests, deploys to staging, and then runs the accessibility scan.",[12,311,312,313,316],{},"The result of this scan is shown on the Merge Request page just by including the template because it is using the ",[78,314,315],{},"artifacs:expose_as"," keyword. This is great news for the developer since the report is now easy to view. The Pa11y engine also produces a  an easy to read report that explains where issues are in the code and provide links to information about how how to resolve them.",[12,318,319,324],{},[320,321],"img",{"alt":322,"src":323},"Accessibility report as a build artifact","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398881/blog/Content%20Images/publish_a11y_reports/a11y-merge-request-build-artifact.png","\nThe resulting build artifact on the Merge Request Pages",[12,326,327],{},"But what if we wanted to share this report across the organization, or even better link to it from other places like group dashboards? Then we have an issue. The job value will always be changing and we don't want to force other things to update to reflect our change. What if instead we could publish this report to the same place every time, so that the latest version was always at the same URL?",[32,329,331],{"id":330},"gitlab-pages-to-the-rescue","GitLab pages to the rescue!",[12,333,334,335,339],{},"In my 6 months as the Product Manager for the Testing categories, I had probably already sent the link to this ",[19,336,338],{"href":21,"rel":337},[],"excellent blog"," from Grzegorz a dozen or more times to customers, prospects or coworkers explaining how to publish a coverage report through Pages. I had a strong suspicion that we could do the same thing with the HTML report that came out of the accessibility scan. I followed along with the blog post and after some trial and error, I was able to get the deploy job running and the accessibility report published! All I had to do was navigate to where pages publishes by default and . . . well dang it.",[12,341,342,346],{},[320,343],{"alt":344,"src":345},"404 page","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398881/blog/Content%20Images/publish_a11y_reports/a11y-404.png","\nThat didn't go according to plan",[12,348,349,350,355,356,361],{},"After I ended the video I realized my mistake and made some changes to the .gitlab-ci.yml in order to publish the report in a cleaner fashion. Now after moving the generated file to the public directory it is renamed index.html. You can see this in the example project's ",[19,351,354],{"href":352,"rel":353},"https://gitlab.com/jheimbuck_gl/my-static-website/-/blob/master/.gitlab-ci.yml",[],".gitlab-ci.yml file",". You can see the latest report ",[19,357,360],{"href":358,"rel":359},"https://jheimbuck_gl.gitlab.io/my-static-website/",[],"here",".",[32,363,365],{"id":364},"summary","Summary",[12,367,368],{},"So I spent an hour and a half of wall clock time I got it all working which wasn't great but overall not bad since I hadn't tried it before. As I said in the video I thought a blog would help explain some of the issues I ran into and help you get this setup done quicker. I hope this post has inspired you to add an accessibility job to your existing Gitlab pipeline and maybe even post that report to a Pages site so it is available for more of your team to use.",[370,371,372],"style",{},"html pre.shiki code .shJU0, html code.shiki .shJU0{--shiki-default:#22863A}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":76,"searchDepth":95,"depth":95,"links":374},[375,376,377,378,379],{"id":34,"depth":95,"text":35},{"id":56,"depth":95,"text":57},{"id":305,"depth":95,"text":306},{"id":330,"depth":95,"text":331},{"id":364,"depth":95,"text":365},"unfiltered","2020-05-11","How to setup the Automated Accessibility Scanning feature in GitLab and publish the report to GitLab Pages.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681293/Blog/Hero%20Images/a11y-report-html.jpg",{},"/en-us/blog/publishing-a11y-reports-in-gitlab-pages",{"title":5,"description":382,"ogTitle":5,"ogDescription":382,"noIndex":385,"ogImage":386,"ogUrl":390,"ogSiteName":391,"ogType":392,"canonicalUrls":390},"https://about.gitlab.com/blog/publishing-a11y-reports-in-gitlab-pages","https://about.gitlab.com","article","publishing-a11y-reports-in-gitlab-pages","en-us/blog/publishing-a11y-reports-in-gitlab-pages",[396,397],"CI/CD","features","BlogPost","Ywj5pZOongRlCZUBBqUeol555Rn2T-iAS7fuLXA9RN8",{"logo":401,"freeTrial":406,"sales":411,"login":416,"items":421,"search":747,"minimal":778,"duo":797,"switchNav":806,"pricingDeployment":817},{"config":402},{"href":403,"dataGaName":404,"dataGaLocation":405},"/","gitlab logo","header",{"text":407,"config":408},"Get free trial",{"href":409,"dataGaName":410,"dataGaLocation":405},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":412,"config":413},"Request a demo",{"href":414,"dataGaName":415,"dataGaLocation":405},"/sales/?contact-topic=request-demo","sales",{"text":417,"config":418},"Sign in",{"href":419,"dataGaName":420,"dataGaLocation":405},"https://gitlab.com/users/sign_in/","sign in",[422,451,550,555,669,725],{"text":423,"config":424,"menu":426},"Platform",{"dataNavLevelOne":425},"platform",{"type":427,"columns":428},"cards",[429,435,443],{"title":423,"description":430,"link":431},"The intelligent orchestration platform for DevSecOps",{"text":432,"config":433},"Explore our Platform",{"href":434,"dataGaName":425,"dataGaLocation":405},"/platform/",{"title":436,"description":437,"link":438},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":439,"config":440},"Meet GitLab Duo",{"href":441,"dataGaName":442,"dataGaLocation":405},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":444,"description":445,"link":446},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":447,"config":448},"Learn more",{"href":449,"dataGaName":450,"dataGaLocation":405},"/why-gitlab/","why gitlab",{"text":452,"left":164,"config":453,"menu":455},"Product",{"dataNavLevelOne":454},"solutions",{"type":456,"link":457,"columns":461,"feature":529},"lists",{"text":458,"config":459},"View all Solutions",{"href":460,"dataGaName":454,"dataGaLocation":405},"/solutions/",[462,485,508],{"title":463,"description":464,"link":465,"items":470},"Automation","CI/CD and automation to accelerate deployment",{"config":466},{"icon":467,"href":468,"dataGaName":469,"dataGaLocation":405},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[471,474,477,481],{"text":396,"config":472},{"href":473,"dataGaLocation":405,"dataGaName":396},"/solutions/continuous-integration/",{"text":436,"config":475},{"href":441,"dataGaLocation":405,"dataGaName":476},"gitlab duo agent platform - product menu",{"text":478,"config":479},"Source Code Management",{"href":480,"dataGaLocation":405,"dataGaName":478},"/solutions/source-code-management/",{"text":482,"config":483},"Automated Software Delivery",{"href":468,"dataGaLocation":405,"dataGaName":484},"Automated software delivery",{"title":486,"description":487,"link":488,"items":493},"Security","Deliver code faster without compromising security",{"config":489},{"href":490,"dataGaName":491,"dataGaLocation":405,"icon":492},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[494,498,503],{"text":495,"config":496},"Application Security Testing",{"href":490,"dataGaName":497,"dataGaLocation":405},"Application security testing",{"text":499,"config":500},"Software Supply Chain Security",{"href":501,"dataGaLocation":405,"dataGaName":502},"/solutions/supply-chain/","Software supply chain security",{"text":504,"config":505},"Software Compliance",{"href":506,"dataGaName":507,"dataGaLocation":405},"/solutions/software-compliance/","software compliance",{"title":509,"link":510,"items":515},"Measurement",{"config":511},{"icon":512,"href":513,"dataGaName":514,"dataGaLocation":405},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[516,520,524],{"text":517,"config":518},"Visibility & Measurement",{"href":513,"dataGaLocation":405,"dataGaName":519},"Visibility and Measurement",{"text":521,"config":522},"Value Stream Management",{"href":523,"dataGaLocation":405,"dataGaName":521},"/solutions/value-stream-management/",{"text":525,"config":526},"Analytics & Insights",{"href":527,"dataGaLocation":405,"dataGaName":528},"/solutions/analytics-and-insights/","Analytics and insights",{"title":530,"type":456,"items":531},"GitLab for",[532,538,544],{"text":533,"config":534},"Enterprise",{"icon":535,"href":536,"dataGaLocation":405,"dataGaName":537},"Building","/enterprise/","enterprise",{"text":539,"config":540},"Small Business",{"icon":541,"href":542,"dataGaLocation":405,"dataGaName":543},"Work","/small-business/","small business",{"text":545,"config":546},"Public Sector",{"icon":547,"href":548,"dataGaLocation":405,"dataGaName":549},"Organization","/solutions/public-sector/","public sector",{"text":551,"config":552},"Pricing",{"href":553,"dataGaName":554,"dataGaLocation":405,"dataNavLevelOne":554},"/pricing/","pricing",{"text":556,"config":557,"menu":559},"Resources",{"dataNavLevelOne":558},"resources",{"type":456,"link":560,"columns":564,"feature":658},{"text":561,"config":562},"View all resources",{"href":563,"dataGaName":558,"dataGaLocation":405},"/resources/",[565,598,625],{"title":566,"items":567},"Getting started",[568,573,578,583,588,593],{"text":569,"config":570},"Install",{"href":571,"dataGaName":572,"dataGaLocation":405},"/install/","install",{"text":574,"config":575},"Quick start guides",{"href":576,"dataGaName":577,"dataGaLocation":405},"/get-started/","quick setup checklists",{"text":579,"config":580},"Learn",{"href":581,"dataGaLocation":405,"dataGaName":582},"https://university.gitlab.com/","learn",{"text":584,"config":585},"Product documentation",{"href":586,"dataGaName":587,"dataGaLocation":405},"https://docs.gitlab.com/","product documentation",{"text":589,"config":590},"Best practice videos",{"href":591,"dataGaName":592,"dataGaLocation":405},"/getting-started-videos/","best practice videos",{"text":594,"config":595},"Integrations",{"href":596,"dataGaName":597,"dataGaLocation":405},"/integrations/","integrations",{"title":599,"items":600},"Discover",[601,606,611,616,620],{"text":602,"config":603},"Customer success stories",{"href":604,"dataGaName":605,"dataGaLocation":405},"/customers/","customer success stories",{"text":607,"config":608},"Blog",{"href":609,"dataGaName":610,"dataGaLocation":405},"/blog/","blog",{"text":612,"config":613},"Demo Hub",{"href":614,"dataGaName":615,"dataGaLocation":405},"/demo-hub/","demo hub",{"text":617,"config":618},"The Source",{"href":619,"dataGaName":610,"dataGaLocation":405},"/the-source/",{"text":621,"config":622},"Remote",{"href":623,"dataGaName":624,"dataGaLocation":405},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":626,"items":627},"Connect",[628,633,638,643,648,653],{"text":629,"config":630},"GitLab Services",{"href":631,"dataGaName":632,"dataGaLocation":405},"/services/","services",{"text":634,"config":635},"Contribute",{"href":636,"dataGaName":637,"dataGaLocation":405},"https://contributors.gitlab.com","contribute",{"text":639,"config":640},"Community",{"href":641,"dataGaName":642,"dataGaLocation":405},"/community/","community",{"text":644,"config":645},"Forum",{"href":646,"dataGaName":647,"dataGaLocation":405},"https://forum.gitlab.com/","forum",{"text":649,"config":650},"Events",{"href":651,"dataGaName":652,"dataGaLocation":405},"/events/","events",{"text":654,"config":655},"Partners",{"href":656,"dataGaName":657,"dataGaLocation":405},"/partners/","partners",{"config":659,"title":662,"text":663,"link":664},{"background":660,"textColor":661},"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":665,"config":666},"Read the latest",{"href":667,"dataGaName":668,"dataGaLocation":405},"/whats-new/","whats new",{"text":670,"config":671,"menu":673},"Company",{"dataNavLevelOne":672},"company",{"type":456,"columns":674},[675],{"items":676},[677,682,688,690,695,700,705,710,715,720],{"text":678,"config":679},"About",{"href":680,"dataGaName":681,"dataGaLocation":405},"/company/","about",{"text":683,"config":684,"footerGa":687},"Jobs",{"href":685,"dataGaName":686,"dataGaLocation":405},"/jobs/","jobs",{"dataGaName":686},{"text":649,"config":689},{"href":651,"dataGaName":652,"dataGaLocation":405},{"text":691,"config":692},"Leadership",{"href":693,"dataGaName":694,"dataGaLocation":405},"/company/team/e-group/","leadership",{"text":696,"config":697},"Handbook",{"href":698,"dataGaName":699,"dataGaLocation":405},"https://handbook.gitlab.com/","handbook",{"text":701,"config":702},"Investor relations",{"href":703,"dataGaName":704,"dataGaLocation":405},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":706,"config":707},"Trust Center",{"href":708,"dataGaName":709,"dataGaLocation":405},"/security/","trust center",{"text":711,"config":712},"AI Transparency Center",{"href":713,"dataGaName":714,"dataGaLocation":405},"/ai-transparency-center/","ai transparency center",{"text":716,"config":717},"Newsletter",{"href":718,"dataGaName":719,"dataGaLocation":405},"/company/contact/#contact-forms","newsletter",{"text":721,"config":722},"Press",{"href":723,"dataGaName":724,"dataGaLocation":405},"/press/","press",{"text":726,"config":727,"menu":728},"Contact us",{"dataNavLevelOne":672},{"type":456,"columns":729},[730],{"items":731},[732,737,742],{"text":733,"config":734},"Talk to sales",{"href":735,"dataGaName":736,"dataGaLocation":405},"/sales/","talk to sales",{"text":738,"config":739},"Support portal",{"href":740,"dataGaName":741,"dataGaLocation":405},"https://support.gitlab.com/hc/en-us","support portal",{"text":743,"config":744},"Customer portal",{"href":745,"dataGaName":746,"dataGaLocation":405},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":748,"login":749,"suggestions":756},"Close",{"text":750,"link":751},"To search repositories and projects, login to",{"text":752,"config":753},"gitlab.com",{"href":419,"dataGaName":754,"dataGaLocation":755},"search login","search",{"text":757,"default":758},"Suggestions",[759,761,765,767,771,775],{"text":436,"config":760},{"href":441,"dataGaName":436,"dataGaLocation":755},{"text":762,"config":763},"Code Suggestions (AI)",{"href":764,"dataGaName":762,"dataGaLocation":755},"/solutions/code-suggestions/",{"text":396,"config":766},{"href":473,"dataGaName":396,"dataGaLocation":755},{"text":768,"config":769},"GitLab on AWS",{"href":770,"dataGaName":768,"dataGaLocation":755},"/partners/technology-partners/aws/",{"text":772,"config":773},"GitLab on Google Cloud",{"href":774,"dataGaName":772,"dataGaLocation":755},"/partners/technology-partners/google-cloud-platform/",{"text":776,"config":777},"Why GitLab?",{"href":449,"dataGaName":776,"dataGaLocation":755},{"freeTrial":779,"mobileIcon":784,"desktopIcon":789,"secondaryButton":792},{"text":780,"config":781},"Start free trial",{"href":782,"dataGaName":410,"dataGaLocation":783},"https://gitlab.com/-/trials/new/","nav",{"altText":785,"config":786},"Gitlab Icon",{"src":787,"dataGaName":788,"dataGaLocation":783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":785,"config":790},{"src":791,"dataGaName":788,"dataGaLocation":783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":793,"config":794},"Get Started",{"href":795,"dataGaName":796,"dataGaLocation":783},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":798,"mobileIcon":802,"desktopIcon":804},{"text":799,"config":800},"Learn more about GitLab Duo",{"href":441,"dataGaName":801,"dataGaLocation":783},"gitlab duo",{"altText":785,"config":803},{"src":787,"dataGaName":788,"dataGaLocation":783},{"altText":785,"config":805},{"src":791,"dataGaName":788,"dataGaLocation":783},{"button":807,"mobileIcon":812,"desktopIcon":814},{"text":808,"config":809},"/switch",{"href":810,"dataGaName":811,"dataGaLocation":783},"#contact","switch",{"altText":785,"config":813},{"src":787,"dataGaName":788,"dataGaLocation":783},{"altText":785,"config":815},{"src":816,"dataGaName":788,"dataGaLocation":783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":818,"mobileIcon":823,"desktopIcon":825},{"text":819,"config":820},"Back to pricing",{"href":553,"dataGaName":821,"dataGaLocation":783,"icon":822},"back to pricing","GoBack",{"altText":785,"config":824},{"src":787,"dataGaName":788,"dataGaLocation":783},{"altText":785,"config":826},{"src":791,"dataGaName":788,"dataGaLocation":783},{"title":828,"titleMobile":829,"button":830,"config":835},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":447,"config":831},{"href":832,"dataGaName":833,"dataGaLocation":834},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":836,"disabled":385},"release",{"data":838},{"text":839,"source":840,"edit":846,"contribute":851,"config":856,"items":861,"minimal":1071},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":841,"config":842},"View page source",{"href":843,"dataGaName":844,"dataGaLocation":845},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":847,"config":848},"Edit this page",{"href":849,"dataGaName":850,"dataGaLocation":845},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":852,"config":853},"Please contribute",{"href":854,"dataGaName":855,"dataGaLocation":845},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":857,"facebook":858,"youtube":859,"linkedin":860},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[862,909,963,1007,1039],{"title":551,"links":863,"subMenu":878},[864,868,873],{"text":865,"config":866},"View plans",{"href":553,"dataGaName":867,"dataGaLocation":845},"view plans",{"text":869,"config":870},"Why Premium?",{"href":871,"dataGaName":872,"dataGaLocation":845},"/pricing/premium/","why premium",{"text":874,"config":875},"Why Ultimate?",{"href":876,"dataGaName":877,"dataGaLocation":845},"/pricing/ultimate/","why ultimate",[879],{"title":880,"links":881},"Contact Us",[882,885,887,889,894,899,904],{"text":883,"config":884},"Contact sales",{"href":735,"dataGaName":415,"dataGaLocation":845},{"text":738,"config":886},{"href":740,"dataGaName":741,"dataGaLocation":845},{"text":743,"config":888},{"href":745,"dataGaName":746,"dataGaLocation":845},{"text":890,"config":891},"Status",{"href":892,"dataGaName":893,"dataGaLocation":845},"https://status.gitlab.com/","status",{"text":895,"config":896},"Terms of use",{"href":897,"dataGaName":898,"dataGaLocation":845},"/terms/","terms of use",{"text":900,"config":901},"Privacy statement",{"href":902,"dataGaName":903,"dataGaLocation":845},"/privacy/","privacy statement",{"text":905,"config":906},"Cookie preferences",{"dataGaName":907,"dataGaLocation":845,"id":908,"isOneTrustButton":164},"cookie preferences","ot-sdk-btn",{"title":452,"links":910,"subMenu":919},[911,915],{"text":912,"config":913},"DevSecOps platform",{"href":434,"dataGaName":914,"dataGaLocation":845},"devsecops platform",{"text":916,"config":917},"AI-Assisted Development",{"href":441,"dataGaName":918,"dataGaLocation":845},"ai-assisted development",[920],{"title":921,"links":922},"Topics",[923,928,933,938,943,948,953,958],{"text":924,"config":925},"CICD",{"href":926,"dataGaName":927,"dataGaLocation":845},"/topics/ci-cd/","cicd",{"text":929,"config":930},"GitOps",{"href":931,"dataGaName":932,"dataGaLocation":845},"/topics/gitops/","gitops",{"text":934,"config":935},"DevOps",{"href":936,"dataGaName":937,"dataGaLocation":845},"/topics/devops/","devops",{"text":939,"config":940},"Version Control",{"href":941,"dataGaName":942,"dataGaLocation":845},"/topics/version-control/","version control",{"text":944,"config":945},"DevSecOps",{"href":946,"dataGaName":947,"dataGaLocation":845},"/topics/devsecops/","devsecops",{"text":949,"config":950},"Cloud Native",{"href":951,"dataGaName":952,"dataGaLocation":845},"/topics/cloud-native/","cloud native",{"text":954,"config":955},"AI for Coding",{"href":956,"dataGaName":957,"dataGaLocation":845},"/topics/devops/ai-for-coding/","ai for coding",{"text":959,"config":960},"Agentic AI",{"href":961,"dataGaName":962,"dataGaLocation":845},"/topics/agentic-ai/","agentic ai",{"title":964,"links":965},"Solutions",[966,968,970,975,979,982,986,989,991,994,997,1002],{"text":495,"config":967},{"href":490,"dataGaName":495,"dataGaLocation":845},{"text":484,"config":969},{"href":468,"dataGaName":469,"dataGaLocation":845},{"text":971,"config":972},"Agile development",{"href":973,"dataGaName":974,"dataGaLocation":845},"/solutions/agile-delivery/","agile delivery",{"text":976,"config":977},"SCM",{"href":480,"dataGaName":978,"dataGaLocation":845},"source code management",{"text":924,"config":980},{"href":473,"dataGaName":981,"dataGaLocation":845},"continuous integration & delivery",{"text":983,"config":984},"Value stream management",{"href":523,"dataGaName":985,"dataGaLocation":845},"value stream management",{"text":929,"config":987},{"href":988,"dataGaName":932,"dataGaLocation":845},"/solutions/gitops/",{"text":533,"config":990},{"href":536,"dataGaName":537,"dataGaLocation":845},{"text":992,"config":993},"Small business",{"href":542,"dataGaName":543,"dataGaLocation":845},{"text":995,"config":996},"Public sector",{"href":548,"dataGaName":549,"dataGaLocation":845},{"text":998,"config":999},"Education",{"href":1000,"dataGaName":1001,"dataGaLocation":845},"/solutions/education/","education",{"text":1003,"config":1004},"Financial services",{"href":1005,"dataGaName":1006,"dataGaLocation":845},"/solutions/finance/","financial services",{"title":556,"links":1008},[1009,1011,1013,1015,1018,1020,1023,1025,1027,1029,1031,1033,1035,1037],{"text":569,"config":1010},{"href":571,"dataGaName":572,"dataGaLocation":845},{"text":574,"config":1012},{"href":576,"dataGaName":577,"dataGaLocation":845},{"text":579,"config":1014},{"href":581,"dataGaName":582,"dataGaLocation":845},{"text":584,"config":1016},{"href":586,"dataGaName":1017,"dataGaLocation":845},"docs",{"text":607,"config":1019},{"href":609,"dataGaName":610,"dataGaLocation":845},{"text":1021,"config":1022},"What's new",{"href":667,"dataGaName":668,"dataGaLocation":845},{"text":602,"config":1024},{"href":604,"dataGaName":605,"dataGaLocation":845},{"text":621,"config":1026},{"href":623,"dataGaName":624,"dataGaLocation":845},{"text":629,"config":1028},{"href":631,"dataGaName":632,"dataGaLocation":845},{"text":634,"config":1030},{"href":636,"dataGaName":637,"dataGaLocation":845},{"text":639,"config":1032},{"href":641,"dataGaName":642,"dataGaLocation":845},{"text":644,"config":1034},{"href":646,"dataGaName":647,"dataGaLocation":845},{"text":649,"config":1036},{"href":651,"dataGaName":652,"dataGaLocation":845},{"text":654,"config":1038},{"href":656,"dataGaName":657,"dataGaLocation":845},{"title":670,"links":1040},[1041,1043,1045,1047,1049,1051,1055,1060,1062,1064,1066],{"text":678,"config":1042},{"href":680,"dataGaName":672,"dataGaLocation":845},{"text":683,"config":1044},{"href":685,"dataGaName":686,"dataGaLocation":845},{"text":691,"config":1046},{"href":693,"dataGaName":694,"dataGaLocation":845},{"text":696,"config":1048},{"href":698,"dataGaName":699,"dataGaLocation":845},{"text":701,"config":1050},{"href":703,"dataGaName":704,"dataGaLocation":845},{"text":1052,"config":1053},"Sustainability",{"href":1054,"dataGaName":1052,"dataGaLocation":845},"/sustainability/",{"text":1056,"config":1057},"Diversity, inclusion and belonging (DIB)",{"href":1058,"dataGaName":1059,"dataGaLocation":845},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":706,"config":1061},{"href":708,"dataGaName":709,"dataGaLocation":845},{"text":716,"config":1063},{"href":718,"dataGaName":719,"dataGaLocation":845},{"text":721,"config":1065},{"href":723,"dataGaName":724,"dataGaLocation":845},{"text":1067,"config":1068},"Modern Slavery Transparency Statement",{"href":1069,"dataGaName":1070,"dataGaLocation":845},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1072},[1073,1076,1079],{"text":1074,"config":1075},"Terms",{"href":897,"dataGaName":898,"dataGaLocation":845},{"text":1077,"config":1078},"Cookies",{"dataGaName":907,"dataGaLocation":845,"id":908,"isOneTrustButton":164},{"text":1080,"config":1081},"Privacy",{"href":902,"dataGaName":903,"dataGaLocation":845},[1083],{"id":1084,"title":7,"body":384,"config":1085,"content":1087,"description":384,"extension":75,"meta":1091,"navigation":164,"path":1092,"seo":1093,"stem":1094,"__hash__":1095},"blogAuthors/en-us/blog/authors/james-heimbuck.yml",{"template":1086},"BlogAuthor",{"name":7,"config":1088},{"headshot":1089,"ctfId":1090},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{},"/en-us/blog/authors/james-heimbuck",{},"en-us/blog/authors/james-heimbuck","Wp1xLU7HzDRDLA3BxWSnQZ0XjxPQNU08914zG2RxSJw",[1097,1105,1113],{"title":1098,"description":1099,"heroImage":1100,"category":380,"date":1101,"authors":1102,"slug":1104,"externalUrl":384},"CEO Shadow Takeaways from Jacie","Recap of my experience in the CEO Shadow Program.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664102/Blog/Hero%20Images/gitlab-values-cover.png","2021-05-18",[1103],"Jacie Bandur","ceo-shadow-recap",{"title":1106,"description":1107,"heroImage":1108,"category":380,"date":1109,"authors":1110,"slug":1112,"externalUrl":384},"Why I love contributing to GitLab","Making small meaningful changes is what it's all about.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679501/Blog/Hero%20Images/new-feature.png","2021-05-11",[1111],"Austin Regnery","why-i-love-contributing-to-gitlab",{"title":1114,"description":1115,"heroImage":1116,"category":380,"date":1109,"authors":1117,"slug":1119,"externalUrl":384},"Placebo Lines on the Pipeline Graph","Have you noticed the connecting lines missing on your pipelines lately? Here's why","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679507/Blog/Hero%20Images/ci-cd.png",[1118],"Sam Beckham","placebo-lines-on-the-pipeline-graph",{"promotions":1121},[1122,1136,1148,1160],{"id":1123,"categories":1124,"header":1126,"text":1127,"button":1128,"image":1133},"ai-modernization",[1125],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1129,"config":1130},"Get your AI maturity score",{"href":1131,"dataGaName":1132,"dataGaLocation":610},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1134},{"src":1135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1137,"categories":1138,"header":1140,"text":1127,"button":1141,"image":1145},"devops-modernization",[1139,947],"product","Are you just managing tools or shipping innovation?",{"text":1142,"config":1143},"Get your DevOps maturity score",{"href":1144,"dataGaName":1132,"dataGaLocation":610},"/assessments/devops-modernization-assessment/",{"config":1146},{"src":1147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1149,"categories":1150,"header":1152,"text":1127,"button":1153,"image":1157},"security-modernization",[1151],"security","Are you trading speed for security?",{"text":1154,"config":1155},"Get your security maturity score",{"href":1156,"dataGaName":1132,"dataGaLocation":610},"/assessments/security-modernization-assessment/",{"config":1158},{"src":1159},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1161,"paths":1162,"header":1165,"text":1166,"button":1167,"image":1172},"github-azure-migration",[1163,1164],"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":1168,"config":1169},"See how GitLab compares to GitHub",{"href":1170,"dataGaName":1171,"dataGaLocation":610},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1173},{"src":1147},{"header":1175,"blurb":1176,"button":1177,"secondaryButton":1182},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1178,"config":1179},"Get your free trial",{"href":1180,"dataGaName":410,"dataGaLocation":1181},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":883,"config":1183},{"href":735,"dataGaName":415,"dataGaLocation":1181},1786803754193]