Pinned content
View all 2 collectionsCI/CD admins have deemed these posts noteworthy.
CI/CD Content Needing Updates
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
No such file or directory @ rb_sysopen - CodeDeploy Gives Error Even The Path Exists
Circleci checkout fails randomly on my self hosted runner
GitHub Actions + Docker: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed
Jenkins controller throwing HTTP 500 Error after upgrading Java to 21
Global parameters are not added to ARM template after enabling "Include global parameters in ARM template"
Recommended answers
View all recommended answersThese answers have been recommended
Why does the Azure Pipelines Build Agent not use the latest version?
Agent updates roll out across multiple "deployment rings" for Azure DevOps. There is a certain order to these rollouts and sometimes, when an issue is detected during the rollout, an image ...
workflow_run not triggering my second pipeline after successful completion
The + character seems to be causing a bug. This version works correctly: name: CI and SonarQube Analysis on: workflow_run: workflows: - CI and SonarQube Analysis types: - ...
GitHub Actions get sha during after merge commit during push action for deploy
The github context has this available: ${{ github.sha }} in expressions $GITHUB_SHA in the environment So, for your example, you could pass it in like jobs: deploy-to-uat: uses: ./.github/...
How to use a checked out workflow
You're using a reusable workflow (called) from repo A, but trying to use it like it's a composite/local action (i.e., with uses: ./path). Reusable workflows need to be called in job level, not in step ...
Azure Devops Pipeline - Prevent manual run on non-master branch
Okay, I'm going to give you a lot of options here. Any one of them should fit the bill and can even be combined if you're ultra paranoid (which isn't always a bad thing, mind you!). Of course, since ...
See what's trending
View all trending questionsThese are the most active questions in CI/CD Collective
How to restart Jenkins manually?
Error - trustAnchors parameter must be non-empty
Docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
npm check and update package if needed
Error "The input device is not a TTY"
Automating NuGet Package Verification and Publishing Using GitHub Actions
Overcoming Azure DevOps Build Agent Issues with Docker
Publishing JUnit to Azure Test Plan with PowerShell Module
Protect the repository hosting your GitHub Action
Publish Azure DevOps Extensions using Azure Workload Identity
Simply submit a proposal, get it approved, and publish it.
See how the process works