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
Cloud Build fails to use Docker BuildKit Cache
Why can't I use azure/login@v2 since I am using GitHub environments?
fastlane pilot stuck on upload to App Store
Dotnet pack package structure
Active Choices - Get all selected checkboxes - Formatted HTML
Recommended answers
View all recommended answersThese answers have been recommended
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 ...
Workflow outputs not being saved or read
You have to set outputs at the job level: set-batch-indicator: runs-on: self-hosted environment: ${{ inputs.environment }} needs: [build, test] outputs: ConfigSourceBatch: ${{ steps.batch-...
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