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.
114k Questions
+7
23.2k Members
+97
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

Best practices
0 votes
0 replies
20 views

Integrating Testing and QA into AI Workflows

Is anyone aware or can anyone verify whether AI software development pipelines and processes have evolved to the point that they incorporate basic industry testing procedures (unit testing, smoke ...
Best practices
0 votes
0 replies
51 views

How to build a .NET Android App in a Gitlab CI Pipeline

I'm trying to build a .NET Android App in my Gitlab CI pipeline, but the "official" way I thought I found does not seem to work or I misunderstood something there. I used the Android App ...
-3 votes
0 answers
42 views

Syntax for running sed in a Jenkins pipeline

I run the following script in a Jenkins pipeline: sh(label: "Build Docker image", script: """ sed -i \\'s/NEXUS_VERSION/${env.NEXUS_VERSION}/g\\' Dockerfile.nexus ...
Advice
0 votes
0 replies
46 views

HowTo: Executing Powershell Scripts from Gitlab via Linux Runners

Goal Let Powershell Scripts run on existing Linux Runners (Container based, Gitlab), which connect via SSH to Windows Server and execute the powershell scripts. Basically I wanted to replace Scheduled ...
0 votes
0 answers
35 views

Custom Bitbucket pipe is unable to reach the docker service

I'm working on a custom Bitbucket pipe that uses Dependabot CLI to evaluate NuGet packages in our repositories. I am having an issue when Dependabot tries to access the docker service in my custom ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
310 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
360 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
356 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
386 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
740 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