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.5k Questions
+154
16.9k Members
+133
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
7 votes
2k 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
29 views

Cannot access Google Cloud Storage bucket from GitHub Actions Workflow

I have the Django test case test_retrieve_bucket to test access to a GCP storage bucket. from django.test import SimpleTestCase, TestCase from google.cloud import storage class DemoTest(TestCase): ...
0 votes
0 answers
7 views

Exclude/hide Azure DevOps agent VMSS instances from Defender

We run Microsoft365 Defender for a variety of things, including endpoint and VM scanning. One annoyance we experience is that we can't find an easy way to filter out (or suppress entirely) Defender's ...
0 votes
0 answers
11 views

How to have part of Github pages website not following template but using given code?

For my first github page I managed to use a template that fits my needs to present my project (just-the-docs). The programming language I'm using for the project has a tool that generates the code for ...
0 votes
0 answers
10 views

Plugin [id: 'org.springframework.boot', version: '3.3.2'] was not found in any of the following sources:

I encountered this error while deploying the code on Jenkins but in my local its working. * Where: Build file '/opt/apps/reelservicesjenkins/jobs/Pipeline/tgservice_devops_pipeline_uat/master/779/...
0 votes
0 answers
10 views

How can I set a branch specifier for branches and tags based on a job parameter?

My git repo has a declarative Jenkinsfile that is used to build the software in the repo. I want to build either the main branch or tags that are of the form release/<version>. My goal is to ...

Learn something new
These are the most recent articles in CI/CD Collective
0 votes
125 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
179 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
7 votes
488 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
2 votes
295 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
5 votes
11k 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