Skip to main content

CI/CD Collective

Articles

Browse articles with relevant CI/CD tags

7 articles

2 votes
257 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
339 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, ...
bryanbcook's user avatar
  • 19.7k
1 vote
236 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
3 votes
531 views
6 minute read
How-to guide

Publish Azure DevOps Extensions using Azure Workload Identity

As you may know, I maintain several Azure DevOps Extensions. To publish them I use the Azure DevOps extension tasks (if you need help configuring a basic CI/CD pipeline for an Azure DevOps Extension, ...
jessehouwing's user avatar
2 votes
375 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 ...
Benjamin W.'s user avatar
8 votes
734 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
7 votes
12k views
5 minute read
Knowledge article

GitHub Actions & AWS ECS CI/CD Enterprise Design

Designing CI/CD Workflows in Enterprise Repositories with GitHub Actions & ECS This knowledge article is supposed to provide the appropriate design of the CI/CD workflows in enterprise level scale,...
Hubert Bratek's user avatar