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.
113.9k Questions
+5
23.6k Members
+40
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 ...
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
20 views

ArgoCD hydrator scaling issues

ArgoCD has a feature called Source Hydrator which is able to render kubernetes manifests from a source and move the manifests to a new destination. I was thinking of using this feature, however I am ...
-1 votes
0 answers
40 views

ArgoCD stuck at provisioning a webapp

I encountered a problem with provisioning a web app using ArgoCD, as it takes an unusually long time to complete. As you can see in the images below, it is stuck in provisioning status. It creates a ...
Advice
0 votes
0 replies
70 views

python-semantic-release + Woodpecker CI: How to support RC builds and keep a grouped changelog for the final release?

I’m struggling to design a correct CI/release workflow using python-semantic-release together with Woodpecker CI, and I feel like I’m mixing concepts incorrectly. My goals are: Accumulate multiple ...
0 votes
0 answers
61 views

Downstream pipeline not created to call custom component

I use a GitLab CI/CD pipeline and I develop a new job to include a custom component developped by another team in my company. Inside the .gitlab-ci.yml file, there is an include of the same file 3 ...
0 votes
0 answers
42 views

scp-action step fails while working locally with the same SSH key

I'm facing a problem with my GitHub Actions workflow. I have two steps at the end that are not being executed properly: one fails, and the other depends on it. Here's the relevant part of my workflow: ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
350 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
1 vote
418 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
368 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
393 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
746 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