DevOps Glossary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.

Build

Process of converting source code files into standalone software artifacts that can be run on a computer.

Build Agent

Component in a CI/CD system that executes build and test processes on behalf of the build server.

Build Artifact Repository

Central storage location for managing and distributing software build outputs and dependencies.

Build Automation

Process of scripting or automating the creation of compiled code and related processes.

Build Cache

Mechanism to store and reuse the output of previous build steps to speed up subsequent builds.

Build Pipelines

Automated processes for compiling, testing, and deploying code changes through various stages.

Build Service

System that automates the process of compiling source code into executable programs.

Build System

Set of tools and processes used to compile, assemble, and package software from source code.

BuildMaster

Application release automation platform for creating and managing software delivery pipelines.

Buildbot

Continuous integration framework written in Python, allowing automation of build, test, and release processes across multiple platforms.

Business Acceptance

Process of verifying that a software solution meets the business requirements and is ready for use.

Business Analytics (BA)

Practice of iterative exploration of an organization's data to gain insights and drive business planning.

Business Intelligence (BI)

Technologies and practices for collecting, integrating, analyzing, and presenting business information.

Business Logic Attack

Exploitation of flaws in the business logic of an application to perform unauthorized actions.

Business Technology

Integration of business strategy and technology to improve organizational performance and outcomes.

CALMS Model

Framework for DevOps culture emphasizing Collaboration, Automation, Lean, Measurement, and Sharing.

CASB

Cloud Access Security Broker; software that mediates between cloud service users and cloud applications.

CD Pipeline

Continuous Delivery Pipeline; automated system for moving code changes through build, test, and deployment stages.

CI Pipeline

Continuous Integration Pipeline; automated sequence of steps for building, testing, and validating code changes.

CI Service

System that automates the integration of code changes from multiple contributors into a single software project.

CI/CD (Continuous Integration and Continuous Delivery)

Continuous Integration and Continuous Delivery; practices of frequently integrating code changes and delivering to production.

CI/CD Server

Platform that facilitates the automation of building, testing, and deploying code changes.

CLI (Command Line Interface)

Command Line Interface; text-based interface for interacting with computer programs or operating systems.

CMB (Cloud Message Bus)

Messaging infrastructure that enables communication between different parts of a cloud-based application.

CPU Limit

Restriction on the amount of processing power allocated to a particular process or container.