Skip to main content

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
114.5k Questions
+50
19.8k Members
+87
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
2 views

Cloud Build fails to use Docker BuildKit Cache

We are using Cloud Build to deploy our Docker container to Cloud Run. We would like to speed up the process with caching, as described here: https://cloud.google.com/build/docs/optimize-builds/...
0 votes
0 answers
8 views

Why can't I use azure/login@v2 since I am using GitHub environments?

I'm struggling with this issue. In my GitHub workflow, I connected to Azure using a service principal. My Azure credentials are stored in my GitHub secrets at the repository level. Initially, ...
0 votes
0 answers
5 views

fastlane pilot stuck on upload to App Store

I'm doing a workflow in git actions (Gitea) that build and upload the app to App Store in TestFlight. The match and build work as expected the issue is in uploading the process start but then stuck ...
0 votes
0 answers
7 views

Dotnet pack package structure

I have a github workflow that builds a nuget package using the OctopusDeploy/create-nuget-package-action@v3 action. I need to refactor this to use the dotnet pack command, but I am getting a different ...
0 votes
0 answers
6 views

Active Choices - Get all selected checkboxes - Formatted HTML

I have a Jenkins project where I want to display a list of services as checkboxes, then pass the selected services to the pipeline and use an Ansible playbook to handle them (for now, just to restart ...

Learn something new
These are the most recent articles in CI/CD Collective
0 votes
265 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
322 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
658 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
2 votes
443 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
5 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