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
ADO deploy function app with self hosted agent
Why did the test fail on GitHub Actions with "TypeError: 'module' object is not callable"?
Python Buildozer docker image not importing properly with Github Actions
GitLab CI pipeline for a uv Python project does not cache environment and dependencies
SAM Build image layer location for use in subsequent GitLab jobs
Recommended answers
View all recommended answersThese answers have been recommended
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 ...
Azure DevOps Pipeline Condition with parameters didn't work
This is one of the most difficult pieces of Azure Pipeline YAML syntax to get right, what syntax is available in what stage of the template expansion. I can't find the exact docs which tell whether ...
Github action mirror repository receiving 403
When you use the checkout action, the auth token is persisted in the git config. Try setting your personal token there instead of in the run step: steps: - name: Checkout repository ...
Can the batch parameter be used inside the resources section in Azure Pipelines?
The documentation for pipeline resource triggers can be found here: https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/resources-pipelines?view=azure-pipelines https://learn....
How to fix the issue: ##[error]Error: No package found with specified pattern: /home/vsts/work/1/s/**/*.zip
Why do you use an unexisting parameter of AzureWebApp@1 task? Whatever you set to the packageForLinux, the build always try to find by $(System.DefaultWorkingDirectory)/**/*.zip pattern. If you ...
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"
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
GitHub Actions & AWS ECS CI/CD Enterprise Design
Simply submit a proposal, get it approved, and publish it.
See how the process works