Skip to main content
The 2025 Annual Developer Survey is live — take the Survey today!

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
114.4k Questions
+42
20.1k Members
+92
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
8 votes
3k views
Collection

CI/CD Content Needing Updates

This is a collection of questions, answers, and articles about CI/CD practices that are now outdated due to the fast-paced evolution of DevOps. When collective members find CI/CD tagged content that ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
14 views

ADO deploy function app with self hosted agent

Has anyone deployed a function apps with a self-hosted agent? looks like the ADO tasks all require a service connection. - task: AzureFunctionApp@2 inputs: connectedServiceNameARM: # string. ...
-2 votes
0 answers
27 views

Why did the test fail on GitHub Actions with "TypeError: 'module' object is not callable"?

My workflow file: on: workflow_call: pull_request: branches: - main workflow_dispatch: jobs: build: runs-on: lau-sr steps: - uses: actions/checkout@v4 name: ...
0 votes
0 answers
18 views

Python Buildozer docker image not importing properly with Github Actions

I've been trying to create a build.yml in Github Actions for one of my projects to convert into android, but if I try to use one of the built-in Github Actions to get buildozer working, it always ...
1 vote
0 answers
35 views

GitLab CI pipeline for a uv Python project does not cache environment and dependencies

I have a GitLab runner on a Linux machine that uses the shell executor. This runner is for testing a Python project that uses uv for virtual environment and dependency management. I have the Python ...
0 votes
0 answers
9 views

SAM Build image layer location for use in subsequent GitLab jobs

Following on from my previous question, I was wondering if it's possible to locate where SAM build stores the layers it creates for docker images. I want to be able to build all my images for my ...

Learn something new
These are the most recent articles in CI/CD Collective
0 votes
279 views
1 minute read
How-to guide

Overcoming Azure DevOps Build Agent Issues with Docker

Hi community, As a developer, I love using Azure DevOps in my projects to create robust CI/CD pipelines. It streamlines workflows and ensures consistent, automated deployment processes. But recently, ...
Volodymyr Shyrmanov's user avatar
2 votes
331 views
1 minute read
Knowledge article

Publishing JUnit to Azure Test Plan with PowerShell Module

My current challenge revolves around Azure Test Plan's robust test management features, which unfortunately do not include built-in support for importing JUnit test results. This poses an obstacle for ...
Rey's user avatar
  • 29
7 votes
664 views
9 minute read
Knowledge article

Protect the repository hosting your GitHub Action

Cover photo used under Creative Commons It comes as no surprise that the tags and branches solution to version GitHub Actions is weak at best. There have been rumors of Actions moving to a different ...
jessehouwing's user avatar
3 votes
449 views
6 minute read
How-to guide

Publish Azure DevOps Extensions using Azure Workload Identity

As you may know, I maintain several Azure DevOps Extensions. To publish them I use the Azure DevOps extension tasks (if you need help configuring a basic CI/CD pipeline for an Azure DevOps Extension, ...
jessehouwing's user avatar
7 votes
12k views
5 minute read
Knowledge article

GitHub Actions & AWS ECS CI/CD Enterprise Design

Designing CI/CD Workflows in Enterprise Repositories with GitHub Actions & ECS This knowledge article is supposed to provide the appropriate design of the CI/CD workflows in enterprise level scale,...
Hubert Bratek's user avatar