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.
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
10 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
23 views

jenkins automation error to push code in github

error occuring when building job to push code in github via jenkins daily: error is: Error fetching remote repo 'origin' Finished: FAILURE ...
1 vote
0 answers
23 views

A fatal error occurred: python-security-extended.qls is not a .ql file, .qls file, a directory, or a query pack specification

enter image description here error while running the Advanced security scanning using codeql in my azure devops i installed self-hosted-agents name dev-pool and installed them in ubuntu machine(ec2) ...
0 votes
0 answers
23 views

MSB3103: Invalid Resx file when building in a github runner

I recently converted an old winforms project's csproj to the newer sdk format. This has a bunch of resx files for all the forms in the project. Building locally and running it works great. However, ...
-3 votes
0 answers
84 views

Orval sometimes gets 403 in GitHub Actions when fetching Swagger URL (works locally)

I'm trying to generate a TypeScript client from a Swagger/OpenAPI endpoint. Everything works fine on my local machine, but in GitHub Actions the Orval step randomly fails with a 403 Forbidden when it ...
0 votes
0 answers
31 views

Blazor WASM Hosted on IIS: BaseUri + relative API endpoints fail after Azure DevOps token replacement

I’m deploying a Blazor WebAssembly Hosted app (Server + Client) to IIS using an Azure DevOps Classic Release pipeline. Token replacement succeeds and the deployed files look correct, but after ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
296 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 ...
jessehouwing's user avatar
1 vote
317 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
353 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
382 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