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.2k Questions
+17
21.6k Members
+69
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

0 votes
0 answers
16 views

Jenkins Pipeline - String Paramaters not being pulled into powershell script

pipeline is not passing down string parameter data to the PowerShell command were trying to create a jenkins page that allows a person to create a cname on a domain. we know creds work if we bypass ...
0 votes
0 answers
18 views

Gradle Configuration Cache in Spring Boot bootBuildImage with multiple Images

I have a modulith that produces several applications in one multimodule Gradle Build (Gradle 9.1) These applications are all spring boot apps and they are deployed as docker images using the ...
0 votes
0 answers
22 views

errorCode:3608, getting this error while trying to run my python Rest api script to push a CSV file to Microsoft Purview

af_fdp_to purview upload Troubleshoot activity failures I { "errorCode": "3608", "message": "Call to provided Azure function 'af_fdp_to_purview_upload' failed with ...
0 votes
0 answers
22 views

ArgoCD “ssh: handshake failed... connection reset by peer” when connecting to GitLab via SSH

I’m trying to connect ArgoCD to a private GitLab repository using SSH. I created a key pair and added the public key to GitLab. Then I configured the private key and repository URL ([email protected]....
0 votes
0 answers
18 views

`pm2 start` doesn't reload environment variables

I have a NextJS application running with pm2 and recently I updated the app with Apple signin feature. So, I have to setup two new environment variables in my server, namely AUTH_APPLE_ID and ...

Learn something new
These are the most recent articles in CI/CD Collective
1 vote
156 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
115 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
321 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
361 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
713 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