CircleCI Orbs Explained: Reusable Config Packages
CircleCI Orbs are a way to package and share reusable configuration for your CI/CD workflows. Let's see an Orbs in action
49 articles
CircleCI Orbs are a way to package and share reusable configuration for your CI/CD workflows. Let's see an Orbs in action
You can run the same set of tests in parallel on different CircleCI executors, and then use the results of those tests to decide which executor is faste.
CircleCI Insights can tell you which parts of your CI/CD pipeline are costing you the most time, but it's not just about spotting the slow jobs; it's ab.
Pass Parameters Between CircleCI Pipelines and Jobs — practical guide covering circleci setup, configuration, and troubleshooting with real-world examples.
Host Private Orbs for Internal CircleCI Reuse — practical guide covering circleci setup, configuration, and troubleshooting with real-world examples.
Choose the Right CircleCI Resource Class for Speed and Cost — practical guide covering circleci setup, configuration, and troubleshooting with real-worl...
Write Reusable CircleCI Config with Commands and Executors — practical guide covering circleci setup, configuration, and troubleshooting with real-world...
Schedule CircleCI Pipelines to Run on a Cron Schedule — practical guide covering circleci setup, configuration, and troubleshooting with real-world exam...
Secrets like API keys and passwords can accidentally leak into your CircleCI job logs, which are often accessible to a wider audience than intended.
Snyk can scan your dependencies for CVEs in CircleCI by integrating with your CI/CD pipeline. Here's how Snyk can help you find and fix CVEs in your pro.
A self-hosted CircleCI runner lets you execute your CI/CD jobs on your own servers, giving you more control over your build environment and potentially .
CircleCI Server isn't just a deployment option; it's a fundamental shift in how you think about CI/CD control and data residency.
Slack can actually receive notifications from CircleCI without needing a dedicated Slack app integration or a complex webhook setup.
SonarCloud's static analysis can catch bugs, security vulnerabilities, and code smells before they ever reach production.
SSH into a CircleCI Job to Debug Failures Live — You can SSH into a CircleCI job to debug failures live. Here's a CircleCI job running a simple Pytho.
The Terraform Orb for CircleCI is a convenient way to manage your Terraform infrastructure as code directly within your CI/CD pipelines.
CircleCI's Test Insights feature doesn't just tell you which tests are failing; it reveals the hidden, insidious creep of flakiness and duration that's .
Publishing JUnit XML test results in CircleCI transforms raw test output into actionable insights, allowing you to quickly identify failing tests and tr.
CircleCI's webhook feature lets you push build status and other event data to external systems, enabling automated workflows beyond your CI/CD pipeline.
CircleCI jobs can now run on Windows, letting you build and test Windows-native applications without the overhead of VMs or Docker.
CircleCI Workflows and Jobs, when used correctly, are the core of a robust CI/CD pipeline, but their interplay is often misunderstood, leading to ineffi.
CircleCI workspaces are the mechanism that lets you pass files between jobs in your pipeline, but they're not just for passing files; they're fundamenta.
You can trigger CircleCI pipelines programmatically via the API by sending a POST request to the appropriate endpoint with the necessary authentication .
CircleCI's approval hold jobs are a powerful mechanism for gating deployments, ensuring human oversight at critical stages.
CircleCI's ARM resource classes let you run your CI jobs on ARM processors, unlocking faster builds and lower costs for ARM-native workloads.
CircleCI's build artifacts are a bit like a treasure chest for your CI/CD pipeline, holding the compiled code, test reports, or anything else your build.
Cache Dependencies in CircleCI for Node.js and Python — Caching dependencies in CircleCI for Node.js and Python projects can dramatically speed up your ...
Upload Code Coverage to Codecov from CircleCI — practical guide covering circleci setup, configuration, and troubleshooting with real-world examples.
CircleCI workflows are not just a way to organize your jobs; they're the core orchestration engine that determines when and how your jobs run, offering .
You can test your CircleCI configuration files right on your machine before you even commit them, saving you from those embarrassing "oops, my config br.
The most surprising thing about CircleCI's continuation orb is that it doesn't actually run anything itself; it's purely a signaling mechanism that dele.
CircleCI credits are a bit of a black box until you hit a wall, and then suddenly you're staring at a bill that seems to have materialized out of thin a.
CircleCI Orbs are just Docker images with a specific directory structure and a orb. yml file, which makes them surprisingly flexible and easier to build.
CircleCI's Docker image building and pushing is a surprisingly flexible process, often leading people to believe it's just a docker build and docker pus.
Run CircleCI Jobs in Docker Containers — CircleCI jobs run inside Docker containers. This is the core of how CircleCI provides isolated, repr.
Docker's build process is notoriously slow, and when you're doing it in CI, that slowness compounds into wasted time and money.
Generate CircleCI Config Dynamically at Pipeline Runtime — You can generate your CircleCI configuration file .circleci/config.yml on the fly during pipe...
CircleCI contexts are not just a fancy way to group environment variables; they're a mechanism for securely distributing secrets across your CI/CD workf.
CircleCI workflows can be triggered by events on specific branches or tags, but the most surprising truth is that you don't need explicit only or ignore.
CircleCI's GPU Resource Classes let you run machine learning workloads directly on hardware with NVIDIA GPUs, bypassing the need for expensive cloud GPU.
Deploy to Kubernetes with the CircleCI Helm Orb — practical guide covering circleci setup, configuration, and troubleshooting with real-world examples.
CircleCI's infrastructure needs to reach out to your services, and if you've got a firewall in place, it's going to block them.
Deploy to Kubernetes from CircleCI Pipelines — practical guide covering circleci setup, configuration, and troubleshooting with real-world examples.
The CircleCI Machine Executor lets you ditch containerized builds for full virtual machine access, which sounds like a step backward but is actually a m.
CircleCI's matrix jobs let you spin up multiple, independent test runs based on different combinations of environment variables, effectively testing you.
The biggest surprise about migrating from CircleCI to GitHub Actions isn't the syntax change, it's how deeply the platform's integrated nature fundament.
Jenkins Pipelines are powerful, but migrating them to CircleCI can unlock a more streamlined, cloud-native CI/CD experience.
CircleCI's path filtering is a surprisingly powerful way to shave minutes, or even hours, off your CI build times by only running jobs that are actually.
The most surprising thing about authenticating CircleCI to AWS with OIDC is that you don't actually store any AWS credentials on CircleCI, ever.