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
+18
22k Members
+96
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

-5 votes
0 answers
28 views

sonar scanner not working says its not a file or directory | sonarqube setup on local VM

I am learning CI/CD pipeline I made a custom Bitbucket runner on my local VMware-based VM and i set the socarqube server and scanner both on the VM but still it's not working it says it's not a file ...
0 votes
0 answers
20 views

Accessing to two or more Gitlab Projects in the same Jenkins pipeline file

We have the following Jenkins pipeline script. pipeline { agent any stages { stage('Run in Sandbox'){ steps { dir('Pot') { checkout ...
0 votes
0 answers
27 views

AWS CDK repository authentication

I'm working on a CDK deployment. I'm trying to set up a stack that creates a ECR image which is completely build the way I want. However, I'm stuck at the part of getting the private repositories ...
0 votes
0 answers
49 views

Jenkins Docker Node error 400 Bad Request

My jenkins container start command: docker run --name jenkins --restart=on-failure --detach \ --network jenkins --env DOCKER_HOST=tcp://docker:2376 \ --env DOCKER_CERT_PATH=/certs/client --env ...
0 votes
0 answers
44 views

CI/CD in github actions with firebase functions

So I have a simple project of firebase functions, I gonna put here the index: import { onRequest } from "firebase-functions/v2/https"; import { initializeApp } from "firebase-admin/app&...

Learn something new
These are the most recent articles in CI/CD Collective
1 vote
215 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
180 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
333 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
371 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
727 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