OpsLevel Logo
Product

Visibility

Catalog

Keep an automated record of truth

Integrations

Unify your entire tech stack

AI Engine

Restoring knowledge & generating insight

Standards

Scorecards

Measure and improve software health

Campaigns

Action on cross-cutting initiatives with ease

Checks

Get actionable insights

Developer Autonomy

Service Templates

Spin up new services within guardrails

Self-service Actions

Empower devs to do more on their own

Knowledge Center

Tap into API & Tech Docs in one single place

Featured Resource

Click-through Tour: OpsLevel Overview
Click-through Tour: OpsLevel Overview
Read more
Use Cases

Use cases

Improve Standards

Set and rollout best practices for your software

Drive Ownership

Build accountability and clarity into your catalog

Developer Experience

Free up your team to focus on high-impact work

Featured Resource

The Ultimate Guide to Microservices Versioning Best Practices
The Ultimate Guide to Microservices Versioning Best Practices
Read more
Customers
Our customers

We support leading engineering teams to deliver high-quality software, faster.

More customers
Hudl
Hudl goes from Rookie to MVP with OpsLevel
Read more
Hudl
Keller Williams
Keller Williams’ software catalog becomes a vital source of truth
Read more
Keller Williams
Duolingo
How Duolingo automates service creation and maintenance to tackle more impactful infra work
Read more
Duolingo
Resources
Our resources

Explore our library of helpful resources and learn what your team can do with OpsLevel.

All resources

Resource types

Blog

Resources, tips, and the latest in engineering insights

Guide

Practical resources to roll out new programs and features

Demo

Videos of our product and features

Events

Live and on-demand conversations

Interactive Demo

See OpsLevel in action

Pricing

Flexible and designed for your unique needs

Docs
Log In
Book a demo
Log In
Book a demo
No items found.
Share this
Book a demo
Table of contents
 link
 
Resources
Blog

Supercharge your GitLab CI Pipelines with OpsLevel's reusable pipeline integration

No items found.
Supercharge your GitLab CI Pipelines with OpsLevel's reusable pipeline integration
Kyle Rockman
|
May 5, 2025

At OpsLevel, we are platform engineers building for platform engineers.

That means we don’t just think about tools from an implementation standpoint—we also obsess over the developer experience. Because we live and breathe service ownership and automation ourselves, we’re able to discover powerful features, and create solutions that are both technically elegant and incredibly practical.

One of the best examples of this is our GitLab CI integration for deploy reporting. By deeply understanding both how GitLab CI works and how engineers want it to work, we built a solution that uses lesser-known features—like reusable pipelines with dynamic inputs—to make deploy reporting as simple and scalable as possible.

One customer put it best:

"I learned new GitLab CI pipeline techniques from OpsLevel, like dynamic jobs, allowing me to replace my existing pipelines and templates."

Let’s break down what they meant—and why reusable pipelines might be one of the best GitLab CI features you haven’t used yet.

What Are Reusable Pipelines?

GitLab introduced reusable configuration to make CI/CD more modular. Instead of copying-and-pasting YAML blocks across projects, you can now create pipeline templates with inputs and share them across repositories.

Think of it as defining a parameterized job template—like a function—and calling it from your actual pipeline.

Here’s how our integration uses it:

include:
  - project: 'opslevel/report-deploy-gitlab-ci'
    ref: v0.1.5
    file: '/report-deploy.gitlab-ci.yml'
    inputs:
      job-stage: deploy
      needs:
        - deploy-job-1
        - deploy-job-2
      rules:
        - if: $CI_MERGE_REQUEST_IID || $CI_COMMIT_BRANCH == "main"
          allow_failure: true
      name: prod-env-1
      retry: 3
      description: this deploy event was reported by the OpsLevel GitLab CI reusable pipeline!
      environment: production
      integration_url: $YOUR_MASKED_TOKEN_IN_GITLAB
      service_alias: my_service

Why This Matters

This single include block triggers a whole deploy-reporting pipeline from another project. But what makes this particularly powerful are the inputs, which allow you to customize:

  • When the pipeline runs (rules)
  • Where it runs in the lifecycle (job-stage, needs)
  • How it's named and retried (name, retry)
  • What data it sends to OpsLevel (e.g. environment, service_alias, description)

It’s flexible, readable, and reusable—removing duplication and improving maintainability.

Hidden Power: Inputs, Rules, and Conditions

Most GitLab CI users know about .gitlab-ci.yml, but fewer realize you can parameterize included templates and pass in job-level context. With rules and needs as inputs, you get dynamic pipeline behavior without hardcoding logic into every downstream project.

These tools helped our customers adopt better CI/CD hygiene without writing custom scripts or maintaining brittle templates.

The Result: Speed & Maturity

With just a few lines in their .gitlab-ci.yml, any GitLab project can now report deploys to OpsLevel automatically—and do it using modern, modular CI best practices.

Try It Yourself

Want to simplify deploy reporting and get more out of GitLab CI? Check out our GitLab CI deploy report integration and see how reusable pipelines can transform your workflow.

More resources

Fast code, firm control: A leadership report on AI coding adoption
Blog
Fast code, firm control: A leadership report on AI coding adoption

AI is writing your code; are you ready?

Read more
March Product Updates
Blog
March Product Updates

Some of the big releases from the month of March.

Read more
How Generative AI Is Changing Software Development: Key Insights from the DORA Report
Blog
How Generative AI Is Changing Software Development: Key Insights from the DORA Report

Discover the key findings from the 2024 DORA Report on Generative AI in Software Development. Learn how OpsLevel’s AI-powered tools enhance productivity, improve code quality, and simplify documentation, while helping developers avoid common pitfalls of AI adoption.

Read more
Product
Software catalogMaturityIntegrationsSelf-serviceKnowledge CenterBook a meeting
Company
About usCareersContact usCustomersPartnersSecurity
Resources
DocsEventsBlogPricingDemoGuide to Internal Developer PortalsGuide to Production Readiness
Comparisons
OpsLevel vs BackstageOpsLevel vs CortexOpsLevel vs Atlassian CompassOpsLevel vs Port
Subscribe
Join our newsletter to stay up to date on features and releases.
By subscribing you agree to with our Privacy Policy and provide consent to receive updates from our company.
SOC 2AICPA SOC
© 2024 J/K Labs Inc. All rights reserved.
Terms of Use
Privacy Policy
Responsible Disclosure
By using this website, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Data Processing Agreement for more information.
Okay!