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.
112.8k Questions
+153
15.8k Members
+117
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
6 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
2 views

Error: Not authorized to perform sts:AssumeRoleWithWebIdentity during OIDC when a PR get merged into main

I'm trying to assume a role of AWS using OIDC in my github action file but it's saying "Error: Not authorized to perform sts:AssumeRoleWithWebIdentity" When we merge PR into main but if I ...
0 votes
0 answers
10 views

How To Set A GCloud Flag During Cloud Build Runtime?

I need to set a Gcloud deployment flag with an environment variable that I set during runtime. The reason for this is that I am trying to version my cloud run services and if the parameter TAG_NAME ...
0 votes
0 answers
11 views

How to deploy Databricks Unity Catalog table with CI/CD

Does anyone know how to deploy Databricks schema changes with Azure DevOps CI/CD pipeline? I have created a table in Dev database (in Databricks Unity Catalog) and I want to deploy it to Prod Database ...
0 votes
0 answers
9 views

angular ssr not rendering in production

i have created a Angular app with @angular/ssr in v-17. It works fine in localhost but when deployed to production it is not rendering from server. I mean its rendering in network tab but is not ...
0 votes
0 answers
34 views

Incorrect value of CMAKE_SYSTEM_PROCESSOR when using cibuildwheel and scikit-build-core on GitHub macos-14 runner

Below are demo files to reproduce the issue. I expect the value of CMAKE_SYSTEM_PROCESSOR should be arm64. However, it is x86_64. See line 1233 in the Build wheels section, which corresponds to the ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
30 views
+50

Convert checkoutSCM from stashblue jenkins to github jenkins

I am trying to convert / equivalent of checkoutSCM in github. BitBucket: checkoutSCM repo: test-pattern', gitInstance: 'stashblue', branch: "origin/pull-requests/${PULL_REQUEST_ID}/from", ...

Learn something new
These are the most recent articles in CI/CD Collective
2 votes
124 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
421 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
225 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