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
+8
23.8k Members
+89
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
12 views

What methods can I use to provide an upload page on a static (github pages) website?

I have a project that is currently in github pages (and will change to codeberg sometime this year) and we want to invite collaborators of all backgrounds. This means a lot might not have a github/...
0 votes
0 answers
24 views

client_loop: send disconnect: Broken pipe - Is there a way for Jenkins agent to automatically restart on broken pipe, lost connection?

I am using Jenkins agent set up on Ubuntu VM (in AWS EC2). The Jenkins agent is started via bash script having java -jar agent.jar -url I was planning to make it as Linux service, however it seems ...
1 vote
0 answers
73 views

How to set Gitlab pipeline variables with workflow rules

When repositories include jobs from other repositories it happens often that not all needed variables are set, therefore they should be set in the job rules. E.g. workflow: rules: - if: $VAR == ...
1 vote
0 answers
61 views

KyleMayes/install-llvm-action@v2 on windows-latest — LLVMConfig.cmake not found at expected path

Using KyleMayes/install-llvm-action@v2 with version: "16" on windows-latest in a GitHub Actions workflow. The action sets LLVM_PATH and reports "Using cached LLVM and Clang 16" ...
0 votes
0 answers
59 views

How to suppress or avoid errors from a failing first attempt to clone a repository from GitHub on Jenkins?

For our system: We have repositories on GitHub We have a Jenkins instance running with several agents We have a GitHub App configured to clone those repositories from Jenkins We have the Log ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
357 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
434 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
373 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
399 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
753 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