Skip to main content
The 2026 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.
113.9k Questions
+5
24.3k Members
+24
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
11 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 ...

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-3 votes
0 answers
63 views

Azure VM run command keeps failing

I have an Azure Windows VM which is up and running and I can remote desktop to it now problem. In my DevOps system in Pipelines->Environments I have setup a new env as below And when I Add a ...
-1 votes
0 answers
38 views

Port GIthub Action over from Personal Account to Enterprise account

I have this github workflow below and it works great on my personal account. name: Check if docs need updating (test version, no notification) run-name: Documentation impact check (test) on: ...
1 vote
0 answers
54 views

Jenkins ws-cleanup cannot delete Windows workspace because files seem locked

I am running a Jenkins pipeline on a Windows Jenkins agent/controller. During the post-build cleanup step, the ws-cleanup plugin sometimes fails to delete the workspace. The workspace is located here: ...
Advice
0 votes
0 replies
75 views

Reproducible Playwright Screenshot Tests Among Environments for Implementing Visual Regression

I want to implement visual regression tests for my web/react frontend. I was thinking of the following stack: Stories define a component catalog Playwright renders stories and does a screenshot ...
Best practices
1 vote
0 replies
89 views

How to implement CICD to deploy many projects into 2~4 on prem server

We have a good amount of projects in Azure Dev Ops that I'm working on adding CI/CD pipeline to build, test, and deploy to our on-prem Window Servers. I'm currenly using a single agent pool to build ...

Learn something new
These are the most recent articles in CI/CD Collective
3 votes
411 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 ...
2 votes
496 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 ...
0 votes
378 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, ...
2 votes
407 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 ...
8 votes
765 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 ...