Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
114.1k Questions
+11
22.2k Members
+77
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
9 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

Tooling
0 votes
0 replies
22 views

Security Review for Gitleaks

My team is considering adopting Gitleaks and gitleaks-action within our organization, and I’ve been asked to perform a quick security review of the tool. I’m looking for any official or community-...
-2 votes
0 answers
14 views

Accessing environment variables of a pipeline build from another pipeline

I have a requirement of accessing environment variables of a build from another pipeline. For instance, there is a pipeline named "testA" which stores multiple dynamic environment variables ...
-1 votes
0 answers
15 views

how to manage SAS catalog, I have to automate the SAS catalog deployments

I have different version of catalog, like R1, R2 etc. I need to automate the sas catalog deployment thrw software like octopus. right now, I need to compile and copy to versioning folder. any ...
-1 votes
0 answers
15 views

Multiple projects in argocd - machine sets per project

Since my hardware idles a lot, I want to create a project for each customer. I want to create specific machine sets for my projects to make everything stable in the project. I will run different ...
Best practices
0 votes
0 replies
18 views

How do I manage Supabase migrations across main and develop branches using GitHub Actions?

I’m using Supabase, Next.js, and GitHub with the following setup: A main branch for production A develop branch for development Two separate Supabase projects: Project A → Production Project B → ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
239 views
15 minute read
Knowledge article

GitHub Actions learnings from the recent nx hack

You may have seen recent reporting around the compromise of the nx project. A malicious version of their package was published to npmjs which subsequently published GitHub tokens, crypto wallets and ...
jessehouwing's user avatar
0 votes
195 views
10 minute read
How-to guide

Automating NuGet Package Verification and Publishing Using GitHub Actions

In this article, I’ll walk through a practical example of how to configure CI/CD using GitHub Actions to validate and publish a NuGet package — starting with a minimal useful pipeline and gradually ...
Alex's user avatar
  • 52
0 votes
336 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
373 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
8 votes
729 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